ignoreNull fields (how)?

aronw

Registered User.
Local time
Today, 23:42
Joined
Dec 2, 2002
Messages
31
URGENT between criteria

Does anyone know the criteria (code) for a query that only displays the records that have values between what I specify

Any Help:o

TIA

Aron
 
Last edited:
>YourLowerLimit And <Your Upper Limit
>=YourLowerLimit And <=Your Upper Limit if you want to include the upper and lower limit

This assumes numbers, for text surround values with quotes
 
Thanks
 

Users who are viewing this thread

Back
Top Bottom