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
Apostrophe in combo box search
Receiving multiple EVENT ID: 1053 on Windows 2003 Server, why?
How do I run a script to move contents of a file to a different location
Problem with Exchange 2003
How do I write an SQL UPDATE statement on a price value?
Hide column in CListCtrl
range xldown &xright
extract numbers from a cell
Macro notification question
Windows 2008 Server immediately logging off Terminal Services sessions created from .msi / Windows Install Package