Okay I may be the biggest idiot, but if the user clicks a button and I want to a new form to open and the current one to close completely how do i do this? I know i can hide/unhide them, but how do i close one completely?
Printable View
Okay I may be the biggest idiot, but if the user clicks a button and I want to a new form to open and the current one to close completely how do i do this? I know i can hide/unhide them, but how do i close one completely?
Unload FormName
i.e
Unload Me 'Unload This Form.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Certified AllExperts Expert
worked like a charm, thanks a lot
...and after the Unload, you should Set MyForm = Nothing to completely free the form's resources.
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"