Hello,
Here it goes. I have two tables: TableA and TableB. Both tables have a field named Inv_Part_Key that is the same on both tables as well as a field called Notes. The Notes field in TableA has data while TableB does not.
How can I get the data from TableA, Notes to update TableB, Notes by updating the proper rows with the proper data. I am assuming I would have to use a field that can be used as an identifier, so I included the column Inv_Part_Key.
Please let me know if more info is needed.
Thank You,
John
Here it goes. I have two tables: TableA and TableB. Both tables have a field named Inv_Part_Key that is the same on both tables as well as a field called Notes. The Notes field in TableA has data while TableB does not.
How can I get the data from TableA, Notes to update TableB, Notes by updating the proper rows with the proper data. I am assuming I would have to use a field that can be used as an identifier, so I included the column Inv_Part_Key.
Please let me know if more info is needed.
Thank You,
John