Nav 2009 r2 Lookup Description

Hi,

I have created a table with lookup code and description, in another table, I want to retrieve the code for lookup and display the description whenever the code is selected.

I have this code under OnValidate(), but doesn’t work.

IF Lookup.GET(10,“IBG-Bank No.”) THEN

“IBG Bank No Text”:=Lookup.Description;

Please advise. Thanks in advance.

What are you expecting from this code?

IF Lookup.GET(10,“IBG-Bank No.”) THEN