FoFa Registered User. Local time Today, 09:32 Joined Jan 29, 2003 Messages 3,672 Oct 9, 2003 #21 Interesting, I just downloaded it and there is a query3
Tiro Cupidus Registered User. Local time Today, 09:32 Joined Apr 25, 2002 Messages 263 Oct 9, 2003 #22 There is a Query3 for me and it runs smoothly.
N namliam The Mailman - AWF VIP Local time Today, 16:32 Joined Aug 11, 2003 Messages 11,695 Oct 10, 2003 #23 Re: Greatest Values Beerman3436 said: ok here is and example: I have 0 -1 -2 -8 -4 -5 -6 -7 -8 -8 -9 -9 -1 0 -2 -3 Out of that I need to get -7 -8 -8 -9 -9 and not just get the first 5 values. Click to expand... Isnt this what I and others have given you OVER AND OVER???? I took your above data and used MY query: SELECT TOP 5 Table1.Field1 FROM Table1 ORDER BY Table1.Field1 ASC Returning: Field1 -9 -9 -8 -8 -8 Then using the same query and your SECOND sample (the huge list of 94 values) it returns Field1 -8 -5 -2 -2 -2 -2 So tell me WHAT THE FLIPPING BLIIIIIEEEEEP IS WRONG WITH THAT??!?!!?!?!?!?!?!?!?!?!?!?!! Aaaaaaargh !!!!!! Regards The "still patient" Mailman
Re: Greatest Values Beerman3436 said: ok here is and example: I have 0 -1 -2 -8 -4 -5 -6 -7 -8 -8 -9 -9 -1 0 -2 -3 Out of that I need to get -7 -8 -8 -9 -9 and not just get the first 5 values. Click to expand... Isnt this what I and others have given you OVER AND OVER???? I took your above data and used MY query: SELECT TOP 5 Table1.Field1 FROM Table1 ORDER BY Table1.Field1 ASC Returning: Field1 -9 -9 -8 -8 -8 Then using the same query and your SECOND sample (the huge list of 94 values) it returns Field1 -8 -5 -2 -2 -2 -2 So tell me WHAT THE FLIPPING BLIIIIIEEEEEP IS WRONG WITH THAT??!?!!?!?!?!?!?!?!?!?!?!?!! Aaaaaaargh !!!!!! Regards The "still patient" Mailman
Mile-O Back once again... Local time Today, 15:32 Joined Dec 10, 2002 Messages 11,316 Oct 10, 2003 #24 Re: Re: Greatest Values namliam said: The "still patient" Mailman Click to expand... It'll be mental patient if this keeps up.
Re: Re: Greatest Values namliam said: The "still patient" Mailman Click to expand... It'll be mental patient if this keeps up.
N namliam The Mailman - AWF VIP Local time Today, 16:32 Joined Aug 11, 2003 Messages 11,695 Oct 10, 2003 #25 I was diagnosed as crazy long before i joined the forum But they gave up on trying to "cure" me So now i am "out and about" Regards
I was diagnosed as crazy long before i joined the forum But they gave up on trying to "cure" me So now i am "out and about" Regards