MarkGibson
Programmer
I am trying to validate dates in a manner that is easier for the user than the input masks. But when I try to use an ISDATE(me!txtDate) in the BeforeUpdate event of my form, Access 2000 rejects the bad data before it gets to the BeforeUpdate. It seems to be seeing that the data is not a date (which is how it is identified in the table definition), and issuing the standard error, "The value you added isn't valid for this field."
Can I get around this? How do you others validate dates in a way that is the most friendly for your users?
Thanks a lot,
Mark
Can I get around this? How do you others validate dates in a way that is the most friendly for your users?
Thanks a lot,
Mark