M
Matt Creel
I have a odbc link to a back end database. I need to update 7 tables every
month in order to run a report. When I tried to link the tables to the
access database that I wanted to work with, the queries that I ran would take
too long (30 mins each). I also tried to import the tables and write vba
code to delete and re-import the tables every time that I want to run the
report. I then ran into the problem that it takes around 2 hours to import
all of the information. Is there a way to set criteria (ex. a date range)
that I could use when pulling the data. I do not know SQL very well but I am
guessing that I could somehow use a select-where statement.
month in order to run a report. When I tried to link the tables to the
access database that I wanted to work with, the queries that I ran would take
too long (30 mins each). I also tried to import the tables and write vba
code to delete and re-import the tables every time that I want to run the
report. I then ran into the problem that it takes around 2 hours to import
all of the information. Is there a way to set criteria (ex. a date range)
that I could use when pulling the data. I do not know SQL very well but I am
guessing that I could somehow use a select-where statement.