G Guest Mar 18, 2005 #1 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
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
G Guest Mar 18, 2005 #2 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.
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.