Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

=OpenForms("Categories")

Status
Not open for further replies.

villica

Programmer
Feb 25, 2000
332
CA
How can I customize the code that is used in the norwind database so that instead of hardcoding the name of every form name, the user selects the form name from a combo box . I tried this =openforms(forname)====>my combo box but it does not work. Any sugestions would be appreciated.

 
In the combo box's AfterUpdate event procedure:
DoCmd.OpenForm Me!cboThisComboBox.Value, acNormal Rick Sprague
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top