cyberbob999
Technical User
I have a date field on my form. I would like to keep all of the functionality associated with the field being a date; however, I have one problem. If I enter a non-date string in to the field, I would like to be able to deal with the error handling before Access pops up saying "The value you entered isn't valid for this field." At first I thought the beforeupdate event would be sufficient, but apparently access checks the data type before reaching the beforeupdate event.
So, my question is, is there any place I can put code that will execute after the user has finished entering a value and before Access checks the data format?
Thanks
So, my question is, is there any place I can put code that will execute after the user has finished entering a value and before Access checks the data format?
Thanks