Hi there,
I have 2 table:
tblJobInfo include: JobNumber, SHPPR, CNEE, AGENT
tblSupplier: SuppCode, SuppName
SHPPR, CNEE, AGENT look-up a SuppName in tblSupplier
In the query the tblJobInfo, I want to exract a value as:
Iif(SHPPER=Null, CNEE, SHPPR), the output is not SuppName as my expect but...