Good day,
I created an mdb whose data will be updated every 10 days. I created a macro to read from a text flat file I receive and to upload the new data into the table.
I want to somehow automate this process to run the macro when its time without opening the database.
I read that I can create a desktop shortcut or use the Scheduler to run either of these commands:
...\path to ms access\msaccess.exe /mymdb.mdb mymacro
Or
...\path to ms access\msaccess.exe\mymdb.mdb /mymacro
I can also try VB coding, but I’m not sure how.
Anyone got ideas on how to achieve this?
Thank you.
I created an mdb whose data will be updated every 10 days. I created a macro to read from a text flat file I receive and to upload the new data into the table.
I want to somehow automate this process to run the macro when its time without opening the database.
I read that I can create a desktop shortcut or use the Scheduler to run either of these commands:
...\path to ms access\msaccess.exe /mymdb.mdb mymacro
Or
...\path to ms access\msaccess.exe\mymdb.mdb /mymacro
I can also try VB coding, but I’m not sure how.
Anyone got ideas on how to achieve this?
Thank you.