G Guest Sep 9, 2005 #1 I need to identify a short date field that has not had a date entered into it. Tried creteria ="Nul" but this doesn't work.
I need to identify a short date field that has not had a date entered into it. Tried creteria ="Nul" but this doesn't work.
E Erik Sep 9, 2005 #3 In the Criteria box, try typing: Is Null or in the actual SQL, try: WHERE (TheDateField Is Null) Regards, Erik
In the Criteria box, try typing: Is Null or in the actual SQL, try: WHERE (TheDateField Is Null) Regards, Erik