Execute Access mdb from command line

  • Thread starter Thread starter BillyBobs
  • Start date Start date
B

BillyBobs

Can anyone show me the syntax for invoking access xp from
a command line. Can't seem to get it to recognized the
Username and password parameters. Not in any books I can
find. The search engine doesn't seem to be working today
thanks,

Bill
 
It should be something like:

"C:\Program Files\Microsoft Office\Office\MSAccess.exe" "C:\Program
Files\Microsoft Office\Office\Samples\Northwind.mdb" /user UserName /pwd
XXXyyy
 
Back
Top