LarryDeLaruelle
Technical User
I have tried using the statement:
If Not IsDate(DateField) then
Pop up a message to the user
End If
I have tried this in the After Update, On Exit, Lost Focus events but still get the Access Error message instead of my custom if an invalid date is entered.
Is this the right approach and, if so, where should this code be placed?
If this isn't the way to go, how do I trap for invalid dates?
Thanks much. Larry De Laruelle
ldelaruelle@familychildrenscenter.org
If Not IsDate(DateField) then
Pop up a message to the user
End If
I have tried this in the After Update, On Exit, Lost Focus events but still get the Access Error message instead of my custom if an invalid date is entered.
Is this the right approach and, if so, where should this code be placed?
If this isn't the way to go, how do I trap for invalid dates?
Thanks much. Larry De Laruelle
ldelaruelle@familychildrenscenter.org