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
SBS08 - Remote Web Workplace Certificate Error
Convert Access 95/97 to Access 2000 MDE
VBA Variable as DLookup Criteria
Error While Processing an Application in SAP BPC with SQL 2008 on backend.
DAO Recordset issue Access 2007 VBA
How to show detail on summary report that is pulled into another report (sub-report)
Find Number Closest to Zero in Excel
Where Can I find a online free VBA manual?
iis forbiden access - cannot find incorect host header
How To Update Records With Joins