Open & Close Access Database Using Script

  • Thread starter Thread starter Brig Siton
  • Start date Start date
B

Brig Siton

Using Access 2003:

Is there a way to open and close access database using a script or a batch
file?

Please advise.

Thank you.

Brig
 
On Wed, 31 Mar 2010 09:44:54 -0400, "Brig Siton"

Sure. For example you can use the Windows Scheduler to run an Access
program on a scheduled basis. You essentially run a command line like
this:
<path_to>msaccess.exe <path_to>your.mdb

-Tom.
Microsoft Access MVP
 
Thank you.

Brig

Tom van Stiphout said:
On Wed, 31 Mar 2010 09:44:54 -0400, "Brig Siton"

Sure. For example you can use the Windows Scheduler to run an Access
program on a scheduled basis. You essentially run a command line like
this:
<path_to>msaccess.exe <path_to>your.mdb

-Tom.
Microsoft Access MVP
 
Back
Top