M
Masoud
I have two .mdb files with exactly the same structure
(Tables,...) but the second database has a data subset of
the first (base)data.
I need to merge these two DBs into one database. I need
to do it through SQL, ADO via VBA code. My main problem is
writing the SQL statment to do following:
1- chose a record from second database
2- Search the first (Base) database for that record
3- Compare the records
4- If they are different, replace the Base record with the
second DB record
I would appreciate any help.
Regards
Mark Paydar
..
(Tables,...) but the second database has a data subset of
the first (base)data.
I need to merge these two DBs into one database. I need
to do it through SQL, ADO via VBA code. My main problem is
writing the SQL statment to do following:
1- chose a record from second database
2- Search the first (Base) database for that record
3- Compare the records
4- If they are different, replace the Base record with the
second DB record
I would appreciate any help.
Regards
Mark Paydar
..