Hidden Form Problems

Novice1

Registered User.
Local time
Today, 05:27
Joined
Mar 9, 2004
Messages
385
I have a hidden form that's opened when the user opens the database and remains open. It was created so I can log off users in the event I need to work on the backend. No problem ... works fine.

I can open the form from the design mode and log off users but I want to be able open the form from a label (double click). Whatever I use doesn't open the form. I then tried using a macro to open the form. Again, no luck. How do I refer to the hidden form to open it up? Thanks.
 
If the form is already open, you'd want to make it visible, not open it again.
 

Users who are viewing this thread

Back
Top Bottom