mbentley
Registered User.
- Local time
- Today, 09:11
- Joined
- Feb 1, 2002
- Messages
- 138
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 specifying in the field properties that the field is a date, which does not help.
Any ideas?
NewDate: Nz([OldDate],0)
and
NewDate: Nz([OldDate],#01/01/1900#)
I've also tried specifying in the field properties that the field is a date, which does not help.
Any ideas?