access forms

S

stressed

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
 
L

Larry Linson

"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
 
Top