The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills.
Q150895 ACC95: Microsoft Access Sample Forms Available in Download Center Q175066 ACC97: Microsoft Access 97 Sample Forms Available in Download CenterThis article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to your version of the "Building Applications with Microsoft Access" manual. MORE INFORMATIONThe syntax for opening multiple instances of a form includes a Set statement, the keyword "New" (without the quotation marks), and a form reference, as in the following example:
When you open multiple instances of a form, the original instance is the
only form object that is stored permanently in the database. The other
instances are temporary and are removed from memory when you close them.
NOTE: When you close the original instance of a form, all other instances of the form are closed as well. To open multiple instances of a form, follow these steps. CAUTION: Following the steps in this example will modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file and perform these steps on a copy of the database.
Name: OpenNewCust
REFERENCESFor more information about using the keyword "New" with a Set statement, search for "Set," and then "Set Statement" using the Microsoft Access 97 Help Index. Additional query words: copy copies duplicate
Keywords : kbusage FmsHowto |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |