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
When To Use Custom Events
Microsoft Excel 2007: How to find the largest value in one column then displaying a label from the other corresponding column??
what does 554 message refused mean?
Formula " “=SUMPRODUCT” fully function
Form Design in Access 2007
Visual Studio 2008; Website project; bin folder now showing?
Access 2007 - Query - String Manipulation - I need to cut delete the first two Characters in a Field based on criteria
Can SQL query using multiple LIKE joins be improved
datagridview VS2008, bold a row
Number of folders