I have cmdPower on Form1 and I want to load another form - Form2 with this button, how can I do it?
S Steve Jan 5, 2006 #1 I have cmdPower on Form1 and I want to load another form - Form2 with this button, how can I do it?
J John Spencer Jan 5, 2006 #2 Add code to the button's click event. DoCmd.OpenForm "NameOfFormToOpen" Look up help on the OpenForm command for the various options you have when opening a form.
Add code to the button's click event. DoCmd.OpenForm "NameOfFormToOpen" Look up help on the OpenForm command for the various options you have when opening a form.
K Keith Wilby Jan 5, 2006 #3 Steve said: I have cmdPower on Form1 and I want to load another form - Form2 with this button, how can I do it? -- Click to expand... Switch on the wizard and re-create your command button, Access will do the coding for you. Keith. www.keithwilby.com
Steve said: I have cmdPower on Form1 and I want to load another form - Form2 with this button, how can I do it? -- Click to expand... Switch on the wizard and re-create your command button, Access will do the coding for you. Keith. www.keithwilby.com