Help with Lookup please

I have a table called Orders. Two columns in the table are Product Code and Material Description.
I also have a table called Products with columns Product Code and Material Description (the Lookup table).
I have a drop down set up for the Product Code in Orders that works ok.
I want to lookup the chosen Product Code in the table Products to fill in the Material Description automatically into the Orders table.
I have tried
LOOKUP([_THISROW]. โ€œProduct Codeโ€,โ€œProductsโ€,โ€œProduct Codeโ€, โ€œMaterial Descriptionโ€)

LOOKUP([Product Code],โ€œProductsโ€,โ€œProduct Codeโ€,โ€œMaterial Descriptionโ€)

But neither work. Any ideas on what I am doing wrong?

0 6 373
6 REPLIES 6
Top Labels in this Space