About Command Button Event

Pioneer

Registered User.
Local time
Today, 09:07
Joined
Aug 5, 2008
Messages
19
how can I close an Opened form when button click event generate and forward new form, at that time i want to close an already opened from..


someboday can help me in this prob...........
 
Look at DoCmd.Close in VBA help.
 
If you want to close the current form: Me.close
or simply use the wizard.... IIRC there is a "close form" button in there.
 

Users who are viewing this thread

Back
Top Bottom