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
STATUS BAR RESULTS NOT SHOWING.
Join Access files within one folder
SQL 2008 Express and Classic ASP
How to create a domain-wide slideshow screensaver GPO by using pictures on each local machine ?
T-SQL to validate email addresses
Mask URL ASP .net
Concatenate columns in Excel using Macro or VB Script
CheckedChanged event fires when column is hidden
Flex: properties of components at runtime
Must Use An Updateable Query