I'm running a mass update of all of our databases using the following -
Call Shell("""C:\Program Files\Microsoft Office\Office11\msaccess.exe"" """ & DatabaseName & """ /x """ & MacroName & """ ", 1)
works fine except for those databases with an autoexec macro or a startup form. is there an option that will bypass both and execute my macro only ?
thx
RGB
Call Shell("""C:\Program Files\Microsoft Office\Office11\msaccess.exe"" """ & DatabaseName & """ /x """ & MacroName & """ ", 1)
works fine except for those databases with an autoexec macro or a startup form. is there an option that will bypass both and execute my macro only ?
thx
RGB