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
IIS6 security/user permissions for multiple websites
Access 2003 Call Center Template
refreshing listbox value
Error: Installing Windows XP!
Windows 2008 Server Distributed DCOM Error
Access to Excel export questions
List Box Sort
EXECUTE permission denied on object 'xp_cmdshell' How to Allow call from stored procedure called by asp page.
Format and Partition Unused Hard Drive Space
SQL to calculate sales per representative and per week