J
John Keebaugh via AccessMonster.com
I have a couple of tables, each with several date fields (using Access 2000). I need to create a query to locate the records where a particular date field has yet to be assigned a value via one of the related forms. It seems that Access doesn't treat a date field as a value so there never is a real null date. I've tried IsNull, compared it with "", IsEmpty all to no avail. The .Net version has DateTime.MinValue available and I haven't found an equivalent in Access 2000.
Any help in successfully trapping for a yet-to-be-used date field will be greatly appreciated!
Any help in successfully trapping for a yet-to-be-used date field will be greatly appreciated!