form closes automatically

rahultiwari

Registered User.
Local time
Today, 01:24
Joined
Jan 30, 2005
Messages
21
I created a form with an "exit" button and a "return to main menu" button on the form. but when I am on the last data and press tab the form closes automatically.
what could be the reason. Do I have to put some condition on the macro I have created for the two buttons listed above. I have just put "action" without any conditions on both the two buttons.
Hope I am clear.

regards
Rahul
 
Get rid of the macros and put your code in the Click events of the buttons.
 

Users who are viewing this thread

Back
Top Bottom