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
SSRS export INTO Excel Tabbed Sheets?
Excel VLookup based on Duplicate values
convert date from visual basic to C#
what is the outlook history file called
ADOX Add Column Multi-Step OLE DB errors
Move Mailboxes/Public Folders from Exchange 2003 to Exchange 2010
RDLC REPORT WITH PARAMETERS
Locking MySql Table from C#;
WCF service error when trying to connect to SQL Request for the permission of type 'System.Data.SqlClient.Sql<wbr />ClientPerm<wbr />ission, System.Data
XML File Edit