Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Bat File in Win 2000 to execute macro in Access  (Read 3923 times)

0 Members and 1 Guest are viewing this topic.

DKATA

  • Guest
Bat File in Win 2000 to execute macro in Access
« on: November 15, 2006, 02:59:28 PM »
I am using Scheduled Task in Win 2000 to run a simple batch file I created in Win 2000 (Note Pad). The batch file is to open a Access 2000 Database and execute a macro that will run queries and dump data into a history table. My batch file will go into the Database, but will not execute the macro. I use the Access data everyday to run daily reports and it is working fine. Any ideas what I am doing wrong? Here is the code I pu together. Thanks

"Q:\Common\Claims\Daily_Reports\RiskDailyReports_2.mdb"/x mcrOpenReport
Exit