L
Leif
Try setting NewDate as a Variant. I don't believe Null is
valid for a date data type.
When I check for Null I get a Invalid use of Null error.
Any help you can offer is really appreciated because I
have corrected and overcorrected so many times now I'm
spinning!
valid for a date data type.
that when Me!ETA is blank I get a type mismatch error.-----Original Message-----
I am trying to clear a date through VBA code in a record in my table.
I keep getting data type mismatch or invalid use of Null error
basically I am :
Dim NewDate as date
NewDate=(Me![ETA])
Forms!currentForm!ETA=NewDate
IsNull(NewDate)
Obviously there is more going on here. But my problem is
When I check for Null I get a Invalid use of Null error.
Any help you can offer is really appreciated because I
have corrected and overcorrected so many times now I'm
spinning!