J
John C.
I have a form where the user can either use a spin button,
or change the date entry themselves.
I am trying to trap the entry of an invalid date by use of
Isdate() function.
I have tried BeforeUpdate, but I receive an application
error message before the BeforeUpdate event occurs.
Where do I need to place my code so I can trap this?
Also, will I be able to perform a Forms![ControlName].undo?
or change the date entry themselves.
I am trying to trap the entry of an invalid date by use of
Isdate() function.
I have tried BeforeUpdate, but I receive an application
error message before the BeforeUpdate event occurs.
Where do I need to place my code so I can trap this?
Also, will I be able to perform a Forms![ControlName].undo?