Hello,
I have a the following command line within an application that runs a MS Access Macro.
"C:\Program Files\Microsoft Office\Office11\msaccess.exe" "\\SERVER\analyst\libraries\UK\UK.mdb" /Excl /X Upload
Upload is the name of the macro. The Macro runs a query.
1. Is there away for the above to not display MS Access or Minimize option in command line above?
2. How do I minimize the database MS Access database within the macro if this is not possible? Ive tried using setobject and then minimize but doesnt seem to work.
Your help will be appreciated.
Thanks
I have a the following command line within an application that runs a MS Access Macro.
"C:\Program Files\Microsoft Office\Office11\msaccess.exe" "\\SERVER\analyst\libraries\UK\UK.mdb" /Excl /X Upload
Upload is the name of the macro. The Macro runs a query.
1. Is there away for the above to not display MS Access or Minimize option in command line above?
2. How do I minimize the database MS Access database within the macro if this is not possible? Ive tried using setobject and then minimize but doesnt seem to work.
Your help will be appreciated.
Thanks