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
Problem trying to download files to the desktop via ftp using remote desktop....
How to specify OS variables from VFP
"Get External Data" disabled in Acess by Company...workarounds?
Event ID 5706, The system can not find SYSVOL, SCRIPTS in path specified.
Problem with Check Box Form Control
How would I use linq instead of dataset/dataview/datatable<wbr /> in the following scenario
Changing calendar from 5 days a week to 7
Server is not configured for transactions
Speed Issues when converting Access 97 to Access 2003
SQL Query