JunglesMcBeef
Programmer
- Sep 18, 2003
- 266
G'day,
I was just wondering if there is an efficient way to compare a record from one table in a db with another record in a table in a completely different db, and see if they are identical. I have a table in access that was originally an import from SQL Server, and now I want to update the access table with any updates to the SQL table each time the access database is opened, but I still want to keep any additions to the current access table (the user can add new items to the table in access too). I know, it would be much easier if the items are only added to the one table and then the table is just linked to access, but there are special items that only apply to the access database. If there is no better way, I am just going to compare each field in each record to see if they are new entries or updated records, and then update the access table as necessary, all with ADO. If anyone can advise me on a better way to do this or can give me some tips to assist with my procedure, I would appreciate that very much.
I was just wondering if there is an efficient way to compare a record from one table in a db with another record in a table in a completely different db, and see if they are identical. I have a table in access that was originally an import from SQL Server, and now I want to update the access table with any updates to the SQL table each time the access database is opened, but I still want to keep any additions to the current access table (the user can add new items to the table in access too). I know, it would be much easier if the items are only added to the one table and then the table is just linked to access, but there are special items that only apply to the access database. If there is no better way, I am just going to compare each field in each record to see if they are new entries or updated records, and then update the access table as necessary, all with ADO. If anyone can advise me on a better way to do this or can give me some tips to assist with my procedure, I would appreciate that very much.