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
system scan
How to enter a derived column in a SQL Server query being built using Access that provides if/then/else functionality
Unable to recover outlook PST file
mqsvc.exe has generated errors - message at startup - what does it mean and why etc.?
One way traffic over a hardware VPN
How to change gradually by code the forecolor of a Progressbar ?ex:from green to yellow
Disable Domain Policy application, Domain Admin addition
How do I find the highest value in a column in a list box?
ahtcommonfileopensave access 2003 to my compu
Access to Front page extensions