H
herewegoagain
Guest
Okay I have a form open on top of another form which is acting like a login form.......
Login completes the sql code is good everything is great except that the login screen and the intro screen though I tell it to close they hang around in back of the new form!!
Here is what I have tried.........
Dim fmintro As New fmintro()
Dim fmjjksupmerge As New fmjjksupmerge()
Dim fmlogin As New fmlogin()
fmlogin.Visible = False
fmintro.Visible = False
fmintro.Close
fmlogin.Close
fmjjksupmerge.Visible = True
ANy suggestions????????
Login completes the sql code is good everything is great except that the login screen and the intro screen though I tell it to close they hang around in back of the new form!!
Here is what I have tried.........
Dim fmintro As New fmintro()
Dim fmjjksupmerge As New fmjjksupmerge()
Dim fmlogin As New fmlogin()
fmlogin.Visible = False
fmintro.Visible = False
fmintro.Close
fmlogin.Close
fmjjksupmerge.Visible = True
ANy suggestions????????