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
Van T. Dinh - 25 Mar 2005 06:41 GMT
Yes.
Check Access (2002) VB Help tpic "Program with Class Modules".

Signature
HTH
Van T. Dinh
MVP (Access)
> 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
Allen Browne - 25 Mar 2005 11:32 GMT
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.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> 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