G
Guest
I have the following statement:
txtCheckRecord = DLookup("[JLocation]", "JlHouse", "[JDate] = #" &
dtTestDate & "#")
When there is not a record in the JHouse table with a date that matches the
dtTestDate field, I receive the error "Invalid Use of Null". The DLookup
works fine if there is a matching date.
Any ideas?
Thanks
Randy Hartwick
txtCheckRecord = DLookup("[JLocation]", "JlHouse", "[JDate] = #" &
dtTestDate & "#")
When there is not a record in the JHouse table with a date that matches the
dtTestDate field, I receive the error "Invalid Use of Null". The DLookup
works fine if there is a matching date.
Any ideas?
Thanks
Randy Hartwick