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
sum and match result in table
WMPnetwork.exe service using 2GB of RAM released process and pc working ok.
BSOD errors that I can't track down!! <---- n00b alert!!
FileZilla FTPS, Cisco ASA - 425 Can't open data connection.
Access Based Movie Manager that Pulls Information from the IMBD
docmd.closeform
VPN PPTP
Code retriving duplicated numbers.
SQL Statement - seperate single column into 3 different data columns
SecurityException: Request for the permission of type 'System.Web.AspNetHostingP<wbr />ermission.<wbr />.. Failed