Table

I have 2 tables- Table1 and Table2

Table1 has 2 fields Barcode1 and Item Description1. Both fields are populated with values.

Table2 has 2 fields Barcode2 and Item Description2. Here Barcode2 field is populated with values only.


I want to do that If Barcode1=Barcode2 then Description2=Description1.


How can I do that?
Plz reply.

Comments