colmkav
2012-06-08 07:41:35 UTC
What is the best way to approach my problem:
I want to run a series of Access SQL queries (currently 13) eg
qryRule01 and store the results in tables of the similar name eg
tblRule01. I also wish to use a date parameter which will usually be
the previous days date.
How best is it to do this? Currently the queries run fine on
themselves but when I try to use VBA to run the queries and store the
results in a
new table using “SELECT * INTO…” I get overflow errors.
What’s the neatest/best way to do this?
Colm
I want to run a series of Access SQL queries (currently 13) eg
qryRule01 and store the results in tables of the similar name eg
tblRule01. I also wish to use a date parameter which will usually be
the previous days date.
How best is it to do this? Currently the queries run fine on
themselves but when I try to use VBA to run the queries and store the
results in a
new table using “SELECT * INTO…” I get overflow errors.
What’s the neatest/best way to do this?
Colm