sims.anderson2010
Registered User.
- Local time
- Today, 00:43
- Joined
- Dec 11, 2012
- Messages
- 16
I have a database which has a table with Patient Information. Another database has a table with the same information, but this table is constantly updated by users. Records changed, records added, records removed. I want to update the first database based on the second. I believe that I can do the update part and the add part, but am having trouble with the remove part. Any help? Unfortunately simply linking the table is not an option (the source is ODBC and extremely slow to load. I want to be able to update the first database based on the source once a day for our users to be able to use)