I have a two child forms loaded on a MDI form. I click the first to start running the code and it works fine. But when I try to click on the second to run the sub main nothing happens.
Can I have two child forms loaded and running at the same time.
I also am using database connections on each and am not setting them to nothing after the recordset is pulled back. I will make this change first and see if it helps.
Also, what is modal and should the child forms be running in vbmodal?
Thanks for all the help,
Happy Programming
Can I have two child forms loaded and running at the same time.
I also am using database connections on each and am not setting them to nothing after the recordset is pulled back. I will make this change first and see if it helps.
Also, what is modal and should the child forms be running in vbmodal?
Thanks for all the help,
Happy Programming