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
Where to buy Office 2003 OEM Basic CHEAP (but leagal)?
Problem with telephone format in access form
Macro to export outlook contacts to Excel hangs
Best way to virtualise existing windows PC's
vista/windows7 vpn can't ping (was working in XP)
New removable HDD not detected
Windows 2003 Server R2 Gives intermittent stop error 0000007f
How to create links in access tables
Adding user-input date range to query in MS Access
SSRS 2008 images after text