Cancel button operation!

GirishBreakTheRules

Registered User.
Local time
Today, 05:51
Joined
Oct 25, 2007
Messages
22
Hello ever1,

I have created a form with some commands like add new record ect. In my system the user must save the current record before moving to another one..i have included some validations that disable and unable buttons on my screen.

i want to include a cancel button that will undo changes.. a user may add a new record and may input no information at all. In that case i want to include a 'cancel' button that can undo this record.!

Can anyone suggest me a way for doing this !

thanx for the time!
 
Please do not post the same question more than once. If you feel you put it in the wrong category, you can contact one of the moderators to ask to have it moved.

Your cancel button can use:

Me.Undo
 

Users who are viewing this thread

Back
Top Bottom