A AngelicaMiranda Registered User. Local time Tomorrow, 05:36 Joined Nov 30, 2011 Messages 20 Dec 1, 2011 #1 Opening another form using command button?
John Big Booty AWF VIP Local time Tomorrow, 07:36 Joined Aug 29, 2005 Messages 8,262 Dec 1, 2011 #2 Check out the OpenForm Method
R RevTDC New member Local time Today, 17:36 Joined Nov 30, 2011 Messages 5 Dec 2, 2011 #3 Here is one solution.... To open form "NewF" by clicking on button "NewB", use the following event procedure: Private Sub NewB_button_Click() DoCmd.OpenForm ("NewF") End Sub
Here is one solution.... To open form "NewF" by clicking on button "NewB", use the following event procedure: Private Sub NewB_button_Click() DoCmd.OpenForm ("NewF") End Sub
S smig Registered User. Local time Tomorrow, 00:36 Joined Nov 25, 2009 Messages 2,209 Dec 4, 2011 #4 read these, it will help you in the future http://www.access-programmers.co.uk/forums/showthread.php?t=170250 http://www.access-programmers.co.uk/forums/showthread.php?t=183172
read these, it will help you in the future http://www.access-programmers.co.uk/forums/showthread.php?t=170250 http://www.access-programmers.co.uk/forums/showthread.php?t=183172