fatbuddha
July 18th, 2001, 05:38 AM
In Access, how can you open up more than one instance of the same form?
If I use the code below, the first line of code will open a "MyForm" form, and the second line will just bring "MyForm" into focus, rather than creating a new form:
DoCmd.OpenForm "MyForm"
DoCmd.OpenForm "MyForm"
Many thanks to anyone that can help me find a way to get several of the same dialog to appear.
Rob
If I use the code below, the first line of code will open a "MyForm" form, and the second line will just bring "MyForm" into focus, rather than creating a new form:
DoCmd.OpenForm "MyForm"
DoCmd.OpenForm "MyForm"
Many thanks to anyone that can help me find a way to get several of the same dialog to appear.
Rob