HI ,
I am trying to automate a batch file not asking for MS access SQL pass word. Here is how I am doing it but still asking for pass word: Note: " /x autoexec" is a macro that will be running.
Below line works fine and it opens my access file to execute but still ask for password?
Start "C:\Program Files (x86)\Microsoft Office\Office14\MSACCESS.exe" "P:\Information\Press \Press.mdb" /user=xxx /password =xxxx /x autoexec.
Thanks!