adding two database file

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

Guest

Im having two database file for eg. emp1.mdb & emp2.mdb having same fields.I
want to add emp1 datas to emp2 database file.Is it possible
 
hi,
yes, it is.
in emp2.mdb select the table then go
file>saveas/export>brouse to emp1.mdb>click ok
this will put the table from emp2 into emp1.
you can then write an append query to append the data from
one table to the other.
 
Back
Top