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
Bond Value Calculation
Receiving error when submitting data to SQL Server through asp.net vb
Problems with Distributed Transaction Coordinator (MSDTC)
Which Email program was used?
Denied GPO
Active Directory removing default permissions on user objects
Access hangs Windows Scheduled Task unless logged on on Windows Server
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
documentation for winmm.dll
Main Disadvantages to using sharepoint and problem areas