How to combine two databases

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

Guest

How can I easily combine two databases that are identical except that one is
English and one is Spanish.

I simply copied the data from one database to the other, page by page, but
there must be an easier, more automatic way to do this.

My knowledge is slim, since I have use Access only to scan surveys into and
export them to a text file or to SPSS.

Thank you for your help!
 
hi,
you would probably do this easier with an append query.
an append query programmaticly adds data from one table to
another. look up append queries in help. they are very
easy to set up and if the tables are identical as you say
then half the work is already done.
good luck
 
Back
Top