Multiple instances of the same form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a tour reservation system. Users typically work on one reservation at
a time. Sometimes they would like to have more than one reservation form
open at the same time, for instance working on one and answering an inquiry
for another over the phone. Does anyone have a solution?
 
It's easy enough to launch different instances with the New keyword.

What's more interesting is how to maintain the instances, typically by using
a custom collection. The hWnd of the instance gives you a unique handle.

Details and sample database in:
Managing Multiple Instances of a Form
at:
http://allenbrowne.com/ser-35.html
 
Thank you Allan, I just followed the link and will implement your solution.
I also browsed your site and will make use of several other examples. You
are definitely on top of things. Bob
 
Back
Top