G
Guest
Sorry to have to ask this but...
I have a form that asks for SQL connection information. I want to close the
form when I click Save and then open the login form.
I can Hide the form but it keeps the form open. If i try and use
form.close() then it ends the program even though I've used newForm.Show()
and newForm.Activate() before the form.Close().
Thank you for your time.
Ron.
I have a form that asks for SQL connection information. I want to close the
form when I click Save and then open the login form.
I can Hide the form but it keeps the form open. If i try and use
form.close() then it ends the program even though I've used newForm.Show()
and newForm.Activate() before the form.Close().
Thank you for your time.
Ron.