W
Wei
Thanks Michel for fixing my Dlookup expression.
the table "vrg-mce" has fields
like "2000CL", "2001CL", "2002CL" etc. I'm trying to make
the query look up the correct column according to the
VEH_YEAR (vehicle production year).
So here I write:
CL: DLookUp("VEH_YEAR" & "CL","[vrg-
mce]","Vehicle_Code=""" & [VEH_CODE] & """")
and this returns #Error.
Hope someone could help me.
Thanks a lot.
Wei
the table "vrg-mce" has fields
like "2000CL", "2001CL", "2002CL" etc. I'm trying to make
the query look up the correct column according to the
VEH_YEAR (vehicle production year).
So here I write:
CL: DLookUp("VEH_YEAR" & "CL","[vrg-
mce]","Vehicle_Code=""" & [VEH_CODE] & """")
and this returns #Error.
Hope someone could help me.
Thanks a lot.
Wei