Hi everyone,
Here is my problem that I am having:
I have 2 db, DB A (older db) DB B (new db) What I have done is updated some functionality of the DB A, what I want to do is have a query that will take all the information in the table of DB B (new db) and put it all into DB A (older db).
I've tried to do the append query but it says that it can't find my table that I want to add the records into. Does anybody have any idea how to accomplish this. I don't care about the records in the older db as long as all the information from the new db is put into the table of the old db.
thanks in advance
Here is my problem that I am having:
I have 2 db, DB A (older db) DB B (new db) What I have done is updated some functionality of the DB A, what I want to do is have a query that will take all the information in the table of DB B (new db) and put it all into DB A (older db).
I've tried to do the append query but it says that it can't find my table that I want to add the records into. Does anybody have any idea how to accomplish this. I don't care about the records in the older db as long as all the information from the new db is put into the table of the old db.
thanks in advance