I'm using the Nz function to interrogate a date field in a query. Problem is that Access does not seem to recognize the returned value as a date when the original value was null. Here's what I've tried:
NewDate: Nz([OldDate],0)
and
NewDate: Nz([OldDate],#01/01/1900#)
I've also tried...