Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 2,469 total)

  • RE: Another Removing Duplicates Problem

    Something similar was discussed just yesterday so this's still fresh in my mind:

    Select A.* from tblPhoneFaxEmail A

    inner join

    (select PhoneFaxEmail, min(PhoneFaxEmailID) PhoneFaxEmailID from tblPhoneFaxEmail

    Group By PhoneFaxEmail) B

    on

    A.PhoneFaxEmailID = B.PhoneFaxEmailID

    Order...

  • RE: The right answer to the wrong question

    Look on the bright side Michael - at least they're asking the right questions now!

    The IT world is full of examples of deadweight legacy applications created when no one...

  • RE: Seen This?

    Even bigger whoops for Simon Galbraith whoever he is - "married with mistress" ?!?! Now what's that all about ?! AND his Amex# as well ?!

    sswords - why do you...

  • RE: Why doesn''''t this code work?

    I am going to disagree with you Remi (yes I DARE....)

    The users are terrified of you - even if you say "hth" to put them at ease they'll still be...

  • RE: Default value in a table

    Did you try under "formula" - did EM not allow you to create this ? what error msg did you get ?

  • RE: Why doesn''''t this code work?

    okay - looks like he's compiling one himself - maybe we'll just do a cross join and credit him with even more posts....<:-)

  • RE: Why doesn''''t this code work?

    Yes - splly. since Remi posts at least one "hth" for every solution he provides...

    Whenever I have some spare time I gather statistics on him and once I have them...

  • RE: Why doesn''''t this code work?

    Awww Remi! I was only kidding - you know that scc.com would shut down if you went away!!!

  • RE: Why doesn''''t this code work?

    Ah - the cross join - one that almost every single book just skims over because they can never find a use for it (except in "high level mathematical functions...

  • RE: Default value in a table

    Remi - his (her ?!) original request was only "how to create" - not how to optimise once created...

    what is the third language ?!

  • RE: Default value in a table

    what's the third language ?!

    I'll be happy to point out any more spelling errors if you want (I notice them all the time ...I only keep quiet 'cos that's the...

  • RE: Default value in a table

    Remi - "pourcent" ?!?! tsk! tsk! so full of typos today...<;-)

  • RE: Default value in a table

    Do you mean - you want your "sort" field to be automtically populated with last 2 digits of phone# ?!

    Then (in EM) - under "formula" for sort field in table...

  • RE: Default value in a table

    What is the datatype for your phone# ?! If you only want to sort on the last 2 digits then you can do that without having an additional sort field....(what...

  • RE: select one records from each group

    Remi - read through the second half of my response (you're NOT paying attention!!)...

    I've said that Jay's requirements and table def could actually work with Francis' solution!

Viewing 15 posts - 2,026 through 2,040 (of 2,469 total)