1
Open MSAccess database
Hi there, Does anyone know how I can open an Access database with script without giving the path of the MSAccess.exe file. I would need the equivalent of Execute, @Command that does not require a path. @Command( [Execute] ; “msaccess.exe”; “C:\MyAppsTest.mdb” ) currently I am using Shell that does require MSAccess.exe path. The problem is [...]
Answer Question
| October 24, 2007 6:55 PM
file open, Microsoft Access
Hi there, Does anyone know how I can open an Access database with script without giving the path of the MSAccess.exe file. I would need the equivalent of Execute, @Command that does not require a path. @Command( [Execute] ; “msaccess.exe”; “C:\MyAppsTest.mdb” ) currently I am using Shell that does require MSAccess.exe path. The problem is [...]
1





