Load form

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have cmdPower on Form1 and I want to load another form - Form2 with this
button, how can I do it?
 
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.
 
Steve said:
I have cmdPower on Form1 and I want to load another form - Form2 with this
button, how can I do it?

--
Switch on the wizard and re-create your command button, Access will do the
coding for you.

Keith.
www.keithwilby.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top