access forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

scenario: im trying to access a Forms menu from the Main Menu form via a
command button. i used the wizard for other command buttons but it did not
work for the case above. how can i overcome this problem?

thankyou in advance
 
"stressed" wrote
scenario: im trying to access a Forms
menu from the Main Menu form via a
command button. i used the wizard for
other command buttons but it did not
work for the case above. how can i
overcome this problem?

The Command Button Wizard has a category of Forms Operations which includes
Open Form -- that should create code in the Click event of the Command
Button that includes a DoCmd.OpenForm. Is that what you did that "did not
work"? Just for the record, "did not work" does not give us much information
to work with...

Larry Linson
Microsoft Access MVP
 

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