I'm working on an Access database that has a macro that is supposed to, in the end, launch Publisher.
So the last action of said macro is to do this :
That did not work, Access returned a "Can't find object" error.
I then tried to use the complete path, as so :
Same result.
Just to be sure, I tried the second one in a Command Window, and it worked like a charm.
Could someone please enlighten me as to why Access seemingly refuses to work with Publisher ? It works fine when I launch Word documents.
I've got nothing to hide, and I demand that you justify what right you have to ask.
So the last action of said macro is to do this :
Code:
"MSPUB.EXE" "V:\xxx\yyy\filename.pub"
I then tried to use the complete path, as so :
Code:
"C:\Program Files (x86)\Microsoft Office\Office16\MSPUB.EXE" "V:\xxx\yyy\filename.pub"
Just to be sure, I tried the second one in a Command Window, and it worked like a charm.
Could someone please enlighten me as to why Access seemingly refuses to work with Publisher ? It works fine when I launch Word documents.
I've got nothing to hide, and I demand that you justify what right you have to ask.