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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening Form Instance in Design View

Status
Not open for further replies.

MajP

Technical User
Aug 27, 2005
9,382
US
I would like to open a second instance of a form in design mode and invisible. I do not think that I can use the Docmd.openform method because each instance shares the same name property. I use a custom collection to manage my form instances, but can not figure out how to put one into design mode. Thanks for any help.
 
This worked for me, although the form it opened came up behind my first form. I didn't make it hidden because I wanted to see if it opened.

DoCmd.OpenForm "FormNameToOpenInDesignView", acDesign


Good luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top