I have an Access database that opens an invisible Monitor Window, which is used to store global settings. The monitor window is opened via a procedure called by the AutoExec macro. There is also another form that is opened at startup, and this other form is visible to users. It is named in the Startup settings.
However, I am having serious problems with this database, and I don't know why. The Monitor Window, which is supposed to stay hidden, will often reappear when my users run the database. It usually happens when they switch from Access to another application and open something. Usually, the Monitor Window appears when they send an email message in Outlook, or when they open Internet Explorer.
Access's main menu is turned off, so they cannot view the Monitor Window directly. But the window keeps appearing. And there is nothing in the code anywhere in the application that would cause this form to reappear after it has been opened.
Why is it doing this? How can I stop it from becoming visible? Please help!
However, I am having serious problems with this database, and I don't know why. The Monitor Window, which is supposed to stay hidden, will often reappear when my users run the database. It usually happens when they switch from Access to another application and open something. Usually, the Monitor Window appears when they send an email message in Outlook, or when they open Internet Explorer.
Access's main menu is turned off, so they cannot view the Monitor Window directly. But the window keeps appearing. And there is nothing in the code anywhere in the application that would cause this form to reappear after it has been opened.
Why is it doing this? How can I stop it from becoming visible? Please help!