P
Pringle9984
I've been requested to write a program to transfer data from one M
Access database to another MS Access database (doing it manuall
isn't a problem but an automated program is required)
I have a query which converts the data in DB1 to the right format (
few fields are slightly different, etc), then to do it manually I'
literally just copy and paste the results of that query into th
appropriate table on DB2
I was wondering if there was an easy way to do something like
Run Select As Query (to correctly forma
data
Save Results (as a table or an external file
Run Insert Query on DB
Ideally as a single program to run on DB1 but if necessary I could ru
a program on DB1 to convert the data save it (as CSV or something
then run a program on DB2 to run an Insert query to insert all th
data
Any suggestions or a starting point would be greately appreciated
Access database to another MS Access database (doing it manuall
isn't a problem but an automated program is required)
I have a query which converts the data in DB1 to the right format (
few fields are slightly different, etc), then to do it manually I'
literally just copy and paste the results of that query into th
appropriate table on DB2
I was wondering if there was an easy way to do something like
Run Select As Query (to correctly forma
data
Save Results (as a table or an external file
Run Insert Query on DB
Ideally as a single program to run on DB1 but if necessary I could ru
a program on DB1 to convert the data save it (as CSV or something
then run a program on DB2 to run an Insert query to insert all th
data
Any suggestions or a starting point would be greately appreciated