Open same form 2 or 3 times

  • Thread starter Thread starter MrDeej
  • Start date Start date
M

MrDeej

Hello!

I have a form which fills with information with the "on open" event based on
some criteria i set. I want to open more instances of this form, which is
unbound, in my Access 2007 database.

Is this possible?
 
Yes. You can use the New keyword to open multiple instances of a form.

The more involved aspect is handling the lifetime of the variabes that
represent each instance. Here's an example of how it can be done:
Managing Multiple Instances of a Form
at:
http://allenbrowne.com/ser-35.html

There's a sample database link at the end of the article.
The A2000 one will work in A2007.
 

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

Similar Threads

Opening form unexpectedly closes other form 0
OnClick on Combo Box opens a New Form 0
Separate Form 0
Form Not Visible 2
unbound forms 3
Form for Parts-Tools Lists 0
Access Open Form with WhereCondition 6
Filter 2

Back
Top