Emulating a SHIFT key press when using VBA to open an ms-access database secured by an mdw file?
问题 I want to run recursively through a directory of *.mdb files and search them to see which ones have a specific linked table. These files are secured using several *.mdw files. I did not write any of them, but I am their maintainer. I've found a way to do this, but it's too interactive; I need it to be non-interactive; since some of these *.mdb s I'm searching use an Autoexec macro. From what I understand executing an Autoexec macro can be avoided if one holds the SHIFT key while opening them;