Microsoft
Software
Hardware
Network
Question : Open Form then Hide It
How to I hide a form after I open it? I've tried:
Private Sub Form_Load()
Me.Visible = False
End Sub
but it's still visible! Can I open a form and make it not visible to the user?
Answer : Open Form then Hide It
actually this is enough to hide the form "frm_AppShutDown"
Private Sub Form_Open(Cancel As Integer)
DoCmd.OpenForm "frm_AppShutDown", acNormal, , , , acHidden
End Sub
Random Solutions
How can execute an application asynchronously in a trigger/stored procedure?
SCCM Query for systems with a specific File Name & Specific Version of that file
Securing an MMO game against cheaters
How do I add missing Active X controls to non-admin accounts in Microsoft Access 2003?
Help with ADHResize.mde and subforms
How to set the position and size for firefox using CreateProcess and MoveWindow (Visual Studio 2008, MFC)
Insert formula to range
Windows 7 and compatibility mode
Users whose usernames contain # cannot access OWA 404 error after authentication.
Password protect a Form