I am trying to open a access data base and I cannot open it with a vbscript... Here is the the script that I am using. Any ideas?
Thanks so much for any help.
Darkhat01
Set Sh = CreateObject ("WSCript.Shell")
prog = "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
db = "\\server1\ab-c Production 081706\Core_Database\Reporting DB\Glue.mdb"
Sh.Run Chr(34) & prog & Chr(34) & " " & db & " /wrkgrp "
Thanks so much for any help.
Darkhat01
Set Sh = CreateObject ("WSCript.Shell")
prog = "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
db = "\\server1\ab-c Production 081706\Core_Database\Reporting DB\Glue.mdb"
Sh.Run Chr(34) & prog & Chr(34) & " " & db & " /wrkgrp "