Hi All,
I have a form that has the timer event in there and it is automatically open when the database is open.
Are there any way we can hide this form or make this form invisible?
If it's a macro - it's called Autoexec
locate that form opening event
Click on it, You will see an option called Window Mode
in the bottom section of the macro window. Change this to Hidden.
If it's opening from code/module, then change the line to read like this.
DoCmd.OpenForm "YourFormName", , , , , acHidden
Hope this helps....
AccessGuruCarl
Programmers helping programmers
you can't find a better site.
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.