Hello experts,
I have two tables, tblA and tblB.
In tbl A are all the items, tblB is storing the daily usage of the items. Both tables has field status and this status field must be the same in both tables.
I am using this line of code to perform status update from tblB to the tbl A.
I am...