G
G Lykos
Greetings! Have an append query to a master compilation file that will be
run against a series of linked tables.
Individual queries would differ only by the input table, and by two
calculated text identification fields added along with the linked table
fields per record.
It would seem that a preferable approach would be to use a common query and
run it from a macro with a list of the source table names with associated
constants (or even, I suppose, put the three parameters into a feeder table
and read it into the macro, although I would be happy to just hard-code the
parameters in the macro - they won't change).
A referral to a good example of such done in VBA code would be much
appreciated.
Thanks!
George
run against a series of linked tables.
Individual queries would differ only by the input table, and by two
calculated text identification fields added along with the linked table
fields per record.
It would seem that a preferable approach would be to use a common query and
run it from a macro with a list of the source table names with associated
constants (or even, I suppose, put the three parameters into a feeder table
and read it into the macro, although I would be happy to just hard-code the
parameters in the macro - they won't change).
A referral to a good example of such done in VBA code would be much
appreciated.
Thanks!
George