I have a date field, and I want to customize the error message that appears if the user enter a value that is not a date.
I know how to do it using the BeforeUpdate event, or the ValidationText and ValidationRule properties.
But the default access error message still appears just before mine ("invalid data value for this field"). Is it possible to disable it?