Hi
I would like to open several databases (up to 200). These have exactly the same tables. I would like to run a query on each database and append the data to another table in my new database ie.
loop through databases
run query A on table A
Append to table B in my new database
next
This will give me a central table with all required data.
Can anyone guide me in the right direction for this
thanks
I would like to open several databases (up to 200). These have exactly the same tables. I would like to run a query on each database and append the data to another table in my new database ie.
loop through databases
run query A on table A
Append to table B in my new database
next
This will give me a central table with all required data.
Can anyone guide me in the right direction for this
thanks