P Pioneer Registered User. Local time Today, 09:07 Joined Aug 5, 2008 Messages 19 Aug 14, 2008 #1 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...........
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...........
pbaldy Wino Moderator Staff member Local time Today, 09:07 Joined Aug 30, 2003 Messages 36,272 Aug 14, 2008 #2 Look at DoCmd.Close in VBA help.
N namliam The Mailman - AWF VIP Local time Today, 18:07 Joined Aug 11, 2003 Messages 11,695 Aug 14, 2008 #3 If you want to close the current form: Me.close or simply use the wizard.... IIRC there is a "close form" button in there.
If you want to close the current form: Me.close or simply use the wizard.... IIRC there is a "close form" button in there.