Can I use something like this, so it shows a blank instead
The Dlookup works fine it there is something to look up but some columns are blank
it still shows #error
what am I missing
DougP, MCP, A+
Code:
=IIf(IsNull(DLookUp("Description","Parts2","PC=" & [PC])),"",DLookUp("Description","Parts2","PC=" & [PC]))
it still shows #error
what am I missing
DougP, MCP, A+