Using VB5 SP3 with Jet, I cannot delete a date in a textbox (or a maskedbox)
bounded with date/time field of an access DB.
The field is set in MS Access as "Not required", so I can leave the field
empty when I create the record, but if I set a value, I am not able to
delete it. When I edit records in Access directly, I can delete it.
I think it is because Jet is considering it as a zero length string, wich of
course cannot be converted to a date type.
Is there a workaround for this?
Thank you,
Stephane