Any one help me how to transfer data from DB1 to DB2.
Thanks in advance.
Krish
Krish, you'll need to post a fair bit more detail. Are DB1 and DB2
separate Access databases - .mdb files containing tables, forms,
reports and so on? or are they two tables within a database? or two
tables in separate databases?
And what kind of transfer do you mean: import a Table from one .mdb
file into another? If so: File... Get External Data... Import. Add
records from table DB1 as new records in table DB2? If so: an Append
query. Update fields in DB1 to fields in matching records in DB2? If
so: an Update query.
Post back with a clearer question and we'll try to give a more
specific answer.