G
Guest
Hi,
I have an expression of DLookup as following:
=DLookUp("[Address]","Destination","[DestinationID]=" & [Forms]![Orders1]![cmbDestinationID].Column(0))
where DestinationID in table Destination is an auto number.
when i run it, it says "#Error"
what is wrong with it?
appreciate your help!
Goodman
I have an expression of DLookup as following:
=DLookUp("[Address]","Destination","[DestinationID]=" & [Forms]![Orders1]![cmbDestinationID].Column(0))
where DestinationID in table Destination is an auto number.
when i run it, it says "#Error"
what is wrong with it?
appreciate your help!
Goodman