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
image in datalist
mySQL - Selecting data from either of two tables with identical schema
sglmangr - net service configuration - the specified service does not exist as an installed service
XP Home won't boot to HD
How do I take a totals query and update a column in another table?
Simple archive trigger for SYBASE table
some Image control events not firing... Acess 2007
Install, boot Vista errors
CMD.EXE - Program too big to fit in memory
Week Starting Monday