I have inherited the process of updating an access database. This is done by deleting the three tables that make up the database and re-importing the tables into Access. The database usually starts with a switchboard, but I have to by-pass this with the window / hide menu selections.
I then use the menu / unhide selection to expose the tables. I delete the three data tables and then import three new tables (csv files–created by a report writer extracting data from our time and billing system). I then click “new” and import a table. Once I identify the csv file to import (c:test_iqReName_access-filesaccess-address list.csv), I then click finish as the csv file is designed for a clean import into Access and I don’t need to provide Access additional import information. I then repeat this process to import the two additional tables. This update routine to the Access database is done every business day.
I would like to write a macro that will mechanize this “update process” but still leave the database with the start-up switchboard for the end users. It doesn’t seem that Access has a macro recorder like EXCEL and I am struggling on even how to start this process. It just seems that this should be easy to mechanize as I follow the same steps day-after-day to update–delete the same three tables and import 3 new tables with the identical name. Once I can automate the access update with VBA code, I could assign this to the task scheduler and have it run every business day automatically. I am STILL VERY new to Access so your patience is appreciated. THANKS.