W
Wei
The following expression returns "#Error", can anyone
please tell me why?
CL: IIf([VEH_YEAR]=2003,DLookUp("[2003CL]","vrg-
mce","[Vehicle_Code]=" & [VEH_CODE]),"do something else")
"vrg-mce" is a table that contains fields like
Vehicle_Code, 2003CL, etc.
I think the problem is in here:"[Vehicle_Code]=" &
[VEH_CODE]. But I don't know how to fix it.
Thanks for any help.
Wei
please tell me why?
CL: IIf([VEH_YEAR]=2003,DLookUp("[2003CL]","vrg-
mce","[Vehicle_Code]=" & [VEH_CODE]),"do something else")
"vrg-mce" is a table that contains fields like
Vehicle_Code, 2003CL, etc.
I think the problem is in here:"[Vehicle_Code]=" &
[VEH_CODE]. But I don't know how to fix it.
Thanks for any help.
Wei