Open Access DB from .bat (1 Viewer)

gpetrona

New member
Local time
Today, 13:00
Joined
Aug 3, 2001
Messages
4
Is it possible to open an access data base using a .bat command? I have a .bat file that combines multiple files and archives the individual files. I'd like to auitomatically start up the access data base from within that .bat file. Or, is there an easy way to import multiple files?
 

Dennisk

AWF VIP
Local time
Today, 13:00
Joined
Jul 22, 2004
Messages
1,649
Access supports command lines usually used in shortcuts but can run in batch files. Search help for command line options.
 

stallyon

Registered User.
Local time
Today, 13:00
Joined
Feb 8, 2007
Messages
37
you can have the line:

"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" "C:\DatabaseDir\Database MDE.mde" /user dan

which will open up the MDE database for user Dan
 

Users who are viewing this thread

Top Bottom