How to skip Autoexec macro when opening MSAccess from MSAccess?

后端 未结 5 636
心在旅途
心在旅途 2020-12-10 06:15

So I have an MSAccess MDB that needs to open other MDB\'s and run a bunch of code that will compare two Access MDB\'s to find code differences,query diffs,etc. The goal bein

5条回答
  •  感情败类
    2020-12-10 06:30

    This is an old question, but another way to do this would be to use the /cmd commandline argument, and use a COMMAND statement in the app's startup to conditionally run startup routines depending on whether there was a /cmd argument provided. This would only work with a commandline startup, though, not via automation.

提交回复
热议问题