Hi
I have a quandry, i Have two tables that contain more or less the same information and need to rationalise them into one table. the tables are a fairly simple list of names and addresses with some condidtional information (i.e.) yes/no fields.
The first table has the most upto date information overall but the second table has all the condidtional information.
Wat is the tried and tested procedure for running throug a table - checking it against information held in another table and appending/updating the additional information from the second table to the first?
The total number of records is close to 7000 so i don't really want to have to go through by hand and check them/update them.
I am looking for some kind of SQL procedure that will look up a record in the first table and then find the corresponding record in the second table, check for disrepencies in the first table when compared to the second table and make the correction.
Is this possible?
thanks in advance
Alex
I have a quandry, i Have two tables that contain more or less the same information and need to rationalise them into one table. the tables are a fairly simple list of names and addresses with some condidtional information (i.e.) yes/no fields.
The first table has the most upto date information overall but the second table has all the condidtional information.
Wat is the tried and tested procedure for running throug a table - checking it against information held in another table and appending/updating the additional information from the second table to the first?
The total number of records is close to 7000 so i don't really want to have to go through by hand and check them/update them.
I am looking for some kind of SQL procedure that will look up a record in the first table and then find the corresponding record in the second table, check for disrepencies in the first table when compared to the second table and make the correction.
Is this possible?
thanks in advance
Alex