G Guest Aug 18, 2006 #1 How can I open and mdb from a batch file without knowing in which directory Access is installed? Is it even possible? Thanks, Dave
How can I open and mdb from a batch file without knowing in which directory Access is installed? Is it even possible? Thanks, Dave
M Matthias Klaey Aug 18, 2006 #2 David M C said: How can I open and mdb from a batch file without knowing in which directory Access is installed? Click to expand... [...] start msaccess.exe <path>\yourdb.mdb should do it. HTH Matthias Kläy
David M C said: How can I open and mdb from a batch file without knowing in which directory Access is installed? Click to expand... [...] start msaccess.exe <path>\yourdb.mdb should do it. HTH Matthias Kläy
G Guest Aug 18, 2006 #3 Thanks. Matthias Klaey said: David M C said: How can I open and mdb from a batch file without knowing in which directory Access is installed? Click to expand... [...] start msaccess.exe <path>\yourdb.mdb should do it. HTH Matthias Kläy Click to expand...
Thanks. Matthias Klaey said: David M C said: How can I open and mdb from a batch file without knowing in which directory Access is installed? Click to expand... [...] start msaccess.exe <path>\yourdb.mdb should do it. HTH Matthias Kläy Click to expand...