Inserting from one database to another
I have two databases A contains some records which does not exist in B and B contains some records.which does not exist in A
The two databases has different ID records scheme one uses autonumber and the other uid
This is what I intend to achieve:
1. I want to query database A using firstname and lastname from database B to know if record exist
2. If record DOES NOT exists it should insert the records in database A
I'll be glad if anyone can help with this thanks
