Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Control multiple copies of forms

Status
Not open for further replies.

knechod

Programmer
Jun 20, 2002
10
US
I am running Access 2003.

I have a single form that I need to open several times. Some of the time, it is to inspect a record. Other times, it is to add a new record.

I have built the collection that manages the open forms, and I use the New keyword to instantiate each one. But calling New immediately triggers the Open, Load, Activate, and Current form events!

I have had to implement custom properties that basically say, "Don't do anything until it's all configured." But, is there a better way to do it?

TIA!

Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top