multiple instances of a form

  • Thread starter Thread starter Christopher Glaeser
  • Start date Start date
C

Christopher Glaeser

Applications such as Outlook allow multiple Contacts to be open at the same
time. Does Access support this paradigm? For example, can more than one
Contact, Invoice, etc, be open at the same time using the same form?

Best,
Christopher
 
Yes.

Check Access (2002) VB Help tpic "Program with Class Modules".
 
Yes, you can.

Opening multiple instances is easy: just use the New keyword.

Managing the instances to they are independent of each other involves a bit
more. Details in:
Managing Multiple Instances of a Form
at:
http://allenbrowne.com/ser-35.html
The article includes a sample database you can download to see how it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top