L
lmv
I am using
=DLookUp("[ProductName]","[ProductsTTL]","[ProductId]=" & [CALHProductID])
I tried =Nz(DLookUp("[ProductName]","[ProductsTTL]","[ProductId]=" &
[CALHProductID]))
But it didn't work to supress the #Error in the new record field and in any
field that doesn't have a value
Tried changing the CALHProductID which is a number to default value 0 and
then put nothing in default value but nothing changes it.
Any suggestions?
Thanks!!
=DLookUp("[ProductName]","[ProductsTTL]","[ProductId]=" & [CALHProductID])
I tried =Nz(DLookUp("[ProductName]","[ProductsTTL]","[ProductId]=" &
[CALHProductID]))
But it didn't work to supress the #Error in the new record field and in any
field that doesn't have a value
Tried changing the CALHProductID which is a number to default value 0 and
then put nothing in default value but nothing changes it.
Any suggestions?
Thanks!!