K
kevin
Hi,
I have some code that looks up the value of a field in a table using the
DLookup function. However if the field has a Null Value the code returns an
error.
Could you tell me what the IsNull code should be?
[Payment Method] = DLookup("[Default Payment Method]", "tblSuppliers",
"[SupplierID]=" & [Supplier] & "")
I have some code that looks up the value of a field in a table using the
DLookup function. However if the field has a Null Value the code returns an
error.
Could you tell me what the IsNull code should be?
[Payment Method] = DLookup("[Default Payment Method]", "tblSuppliers",
"[SupplierID]=" & [Supplier] & "")