Hide Form

Finally works!!! Thank for your help.
Excellent ! I'm glad you've got it working now :).
I wouldn't use Echo unless really necessary because if the repainting of the screen is turned off and doesn't get turned back on again it causes the kind of problems that we've seen here today.
 
while
Forms!login.Visible = False
is not wrong. It's like referring to yourself in the third person or using the imperial "we".

Me.Login.Visible = False

Is how you refer to the form in which the code is running. If you are controlling this from a third form then, yes you need to use the "third person" form of reference.
 

Users who are viewing this thread

Back
Top Bottom