Hide the Form Instead of Minimizing

  • Thread starter Thread starter Beatrix J B
  • Start date Start date
B

Beatrix J B

How do i hide a form instead of minimizing ...

I built a log-in form where in after encoding the necessary credentials ...
Assuming that the credentials are right ... the form would hide instead of
close ... how do write a code for this .... I tried the docmd.runcommand
runmacro windowhide but it doesn't work...
 
Assuming the code goes in an event of the form:
Me.Visible = False
 
Thanks Allen ... sometimes we miss the simple things in our projects ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top