M
MVP - WannaB
Hello, I have 2 nearly identical MDB files, one in production and the copy
in dev. I would like to automate the process of pulling fresh data into the
dev db and the only thing I can think of is to copy the Production db to the
same folder as the dev db, create links to each table, and then build update
and append queries to pull the data into the dev from the production. My
question is, How can this be done without all those extra objects, just
using VBA ??
Thank you.
in dev. I would like to automate the process of pulling fresh data into the
dev db and the only thing I can think of is to copy the Production db to the
same folder as the dev db, create links to each table, and then build update
and append queries to pull the data into the dev from the production. My
question is, How can this be done without all those extra objects, just
using VBA ??
Thank you.