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
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