Select Query to find empty Date fields

pgsibson

Registered User.
Local time
Today, 22:18
Joined
Jan 24, 2008
Messages
44
I am trying to create a select query on "ApprovedDate" where no approval is recorded. IsNull returns an expected type mismatch. Any ideas?
Regards:confused:
 
I think you simply need to make that Is Null with no quotes around it instead of "IsNull"...

???
 
Thanks Why didn't I think of that!
 

Users who are viewing this thread

Back
Top Bottom