I am currently working in Access 2016 and ran into a problem where the message bar is no longer showing up, so I can't enable my database content. The issue stems from my a simple four-step macro that I wrote (details below; I put placeholder names instead
of the real ones):
- SetWarnings: No
- CloseWindow: Form; FormName; Prompt
- OpenQuery: QueryName; datasheet, edit
- OpenForm: FormName2; Form; ; ; Normal
Because my message bar isn't showing up, Access is not running the macro due to the SetWarnings command. Now, I know I can easily remove that command and the system will work fine, but I use that command in several of my other databases, and the issue seems
to have spread to all of them. As of Friday evening, the databases were working fine, but when I showed up to work this morning, the message bar stopped showing up and started causing problems for me.
I've done the following to try and resolve it:
- I've tried Compact and Repair several times
- I've added a new Trusted Location and selected the option to trust sub-folders
- I've checked the message bar settings to make sure that the correct box is checked "Show the message bar in all applications..."
- I've checked my Macro Settings to make sure that the correct box is checked "Disable all macros WITH notification"
- I tried clicking "Allow Trusted Locations on my network (not recommended)" but unclicked it after I realized that it did not fix the issue.
We use Dropbox as a way to share databases, and I have never run into this issue before. I'm not sure what would have changed between close-of-business on Friday and this morning, but some kind of setting has changed that I am not familiar with, and it is
preventing me from having working databases. Would be great if someone could offer any advice or solution as to how I can fix this.