R
RzB
I have a simple form that has an add, edit, save
and cancel button and a couple of text boxes
bound to a table.. The cancel button is there
so that the user can decide to cancel out of
any edditing/adding situation that he may be in.
All works OK except one instance.
If the user has deleted the data in a text box
(making it null) and then attempts to hit the cancel
button, the the form on error fires and gets in the
way. I never get to the Cancel button click event.
How do I program round this so that when the
cancel button is clicked, no matter what the
situation is with the text boxes, I can do an
undo and go back to a normal state.
Using Access 2002 & DAO
Thanks,
Roy
and cancel button and a couple of text boxes
bound to a table.. The cancel button is there
so that the user can decide to cancel out of
any edditing/adding situation that he may be in.
All works OK except one instance.
If the user has deleted the data in a text box
(making it null) and then attempts to hit the cancel
button, the the form on error fires and gets in the
way. I never get to the Cancel button click event.
How do I program round this so that when the
cancel button is clicked, no matter what the
situation is with the text boxes, I can do an
undo and go back to a normal state.
Using Access 2002 & DAO
Thanks,
Roy