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
Automatic Data Import from Web
New Windows 7 computer won't run a Network program
WPF: Applying multiple styles
Hide Terminal Server local drive from Remote App
ADO.NET: Retrieve Data from DropDownList
popup modal form - quest 3
ADO.connection does not work for endless form
Very Fast Real Time Graph
what process to kill in order to delete the temporary ASP.NET Files ?
Need way to alternate some sort of shading between records each time month changes on a Continous Form