musclecarlover07
Registered User.
- Local time
- Today, 13:41
- Joined
- May 4, 2012
- Messages
- 236
I need some help with an update query. So I have 2 tables. One table with the live data and then the second is the newly imported data. I want to hit a button then the data is matched within the 2 tables. IF any of the information is different then the old table with live data is changed to reflect the new data.
So if I have table1 and table2. both tables have the same fields First Name last name DOB and contact number. Example:
Live Data
First Name Last Name DOB Contact Number
John Doe 8/17/1987 012-345-6789
But New data is
First Name Last Name DOB Contact Number
John Doe 8/17/1987 987-654-3210
I want to hit a button then it goes through and updates the info. I hope this makes some sort of sense.
:banghead:
So if I have table1 and table2. both tables have the same fields First Name last name DOB and contact number. Example:
Live Data
First Name Last Name DOB Contact Number
John Doe 8/17/1987 012-345-6789
But New data is
First Name Last Name DOB Contact Number
John Doe 8/17/1987 987-654-3210
I want to hit a button then it goes through and updates the info. I hope this makes some sort of sense.
