C
Chad
Is there a way to append data from on Access database to
another? If so can someone please let me know how. I
know how to create Append queries from within a database
but I am not sure about how to do it between databases.
Also, if there is a way to automate this process that
would also help a whole lot.
Here is an example to help explain what I am trying to do.
THere are 2 databases:
DB1
DB2
Each of these databases contain the same table and field
structures. I am wondering if there is a way to Append
the data from the tables in DB2 to DB1.
The reason I am asking is bcause importing the data,
erases the data in the destination database before adding
the data. If there is a simpler way to add data to
tables from another database withouth erasing the
existing data I am open for suggestions.
Thanks a lot,
Chad
another? If so can someone please let me know how. I
know how to create Append queries from within a database
but I am not sure about how to do it between databases.
Also, if there is a way to automate this process that
would also help a whole lot.
Here is an example to help explain what I am trying to do.
THere are 2 databases:
DB1
DB2
Each of these databases contain the same table and field
structures. I am wondering if there is a way to Append
the data from the tables in DB2 to DB1.
The reason I am asking is bcause importing the data,
erases the data in the destination database before adding
the data. If there is a simpler way to add data to
tables from another database withouth erasing the
existing data I am open for suggestions.
Thanks a lot,
Chad