N
Norbert
Please.
I have about 15 Make table queries that are executed when
user selects a month date in a dropdown box.
What I'd like to do is change the source table used in
these queries thru code without having to do away with
these queries. I originally executed the MakeTable thru
SQL strings in code but it proved too much maintenance.
For example, all queries use a table for September 2003
data, when user selects lets say December 2002 then the
code I want changes the source table. The reason its setup
this way is because the backend source is huge and
breaking it up to months increases the performance
dramatically.
thank you!
Norbert Beliso
I have about 15 Make table queries that are executed when
user selects a month date in a dropdown box.
What I'd like to do is change the source table used in
these queries thru code without having to do away with
these queries. I originally executed the MakeTable thru
SQL strings in code but it proved too much maintenance.
For example, all queries use a table for September 2003
data, when user selects lets say December 2002 then the
code I want changes the source table. The reason its setup
this way is because the backend source is huge and
breaking it up to months increases the performance
dramatically.
thank you!
Norbert Beliso