Open & Close Access Database Using Script

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
 
T

Tom van Stiphout

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
 
B

Brig Siton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top