I have 2 tables Table1 and Table2.
Table1 has 2 fields "Barcode No1" and "Qty1".
Table1 is populated with values.
Table2 has 2 fields "Barcode No.2" and "Qty2".
Field "Barcode No.2" is populated with values. few "Barcode No2" is same as Table1's "Barcode No1"
I want that
when "Barcode No.2" :="Barcode No1" THEN
"Qty1".:="Qty2".;
How can I do this (Using Codeunit)?
0
Comments
RIS Plus, LLC