I wish to query a table for blank date fields. Is that possible? The Field is named DeathDate, and would be blank if the persion was not deceased.
Any help would be appreciated,
Thanks,
Bill
I wish to query a table for blank date fields. Is that possible? The Field is named DeathDate, and would be blank if the persion was not deceased.
Any help would be appreciated,
Thanks,
Bill
Create your query and set the criteria for DeathDate to
Code:"" Or Is Null
Last edited by slave138; 10-16-2010 at 07:49 AM. Reason: Error in code
My pleasure. Enjoy the rest of the weekend.