Hello Everyone,
Can someone please help me with the UPDATE SQL Query? I appreciate your time and effort in advance.
I have 2 tables in a db called "Master Table" and "Imported Table." Both tables have the same number of fields and field names as follow: UID, Name, Branch, Manager, Organization.
I would like to update the Master Table whenever Imported Table has updated data.
For example, when the existing records of the Imported Table WHERE [Imported Table].Branch="B1" are updated; I would like to update the existing records of the Master Table WHERE [Master Table].Branch="B1" WHERE [Master Table].UID=[Imported Table].UID.
Again, I thank you for your time and help in advance.
Tiff
Can someone please help me with the UPDATE SQL Query? I appreciate your time and effort in advance.
I have 2 tables in a db called "Master Table" and "Imported Table." Both tables have the same number of fields and field names as follow: UID, Name, Branch, Manager, Organization.
I would like to update the Master Table whenever Imported Table has updated data.
For example, when the existing records of the Imported Table WHERE [Imported Table].Branch="B1" are updated; I would like to update the existing records of the Master Table WHERE [Master Table].Branch="B1" WHERE [Master Table].UID=[Imported Table].UID.
Again, I thank you for your time and help in advance.
Tiff