Select Querie Question

ecupirate

Registered User.
Local time
Today, 00:05
Joined
Apr 19, 2002
Messages
14
How do I code a Date/Time field in a select statement to say:

IsNull or < #3/11/2002. I keep getting a criteria expression on the IsNull. I want to display the data if my table field is empty or is < the the above date..

Thanks in Advance...
 
Is Null Or <#03/11/2002#

This worked for me. If you are having trouble then try to place Is Null into one criteria spot and <03/11/2002 in the next criteria block below the Is Null statement. This should also work. I've tried it....worked for me in Access 97 and 2002.
 

Users who are viewing this thread

Back
Top Bottom