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
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.