I need to create a macro (or whatever else works) to copy a SQL table to update an existing Access table on a daily basis automatically.
Ideally i would like it to run once a day.
I am linked to the SQL tables i need but they are killers to run as the work and data they retrieve is quite large. I am trying to avoid slowing down by updating my access tables with the data and running all my queries from them.
Any help is greatly appreciated. I can provide more information if needed
Ideally i would like it to run once a day.
I am linked to the SQL tables i need but they are killers to run as the work and data they retrieve is quite large. I am trying to avoid slowing down by updating my access tables with the data and running all my queries from them.
Any help is greatly appreciated. I can provide more information if needed
Comment