I am using Access 2007, and the code provided by StarPassing works for me in hiding Access... and NONE of my forms are modal!
I put this into the form I'm using as a switchboard:
Private Sub Form_Load()
' hide the Access window
fAccessWindow "Minimize", False, False
End Sub
Using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.