Copying and Pasting Data between databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

fI have a situation where I have two exactly identical databases except for
the data in each one. All of the formatting is completely the same. A new
database had been started in order to create updated information, and now I'm
trying to copy the updated data into the previous database.

The problem is, the old database keeps telling me that my format isn't
correct, or the fields are too small. Is there away to fix this?
 
Marc,

Why not just link to the table in the new database. Then use an append query
to append the data you want in the new table to do the work?
 
Back
Top