I am using this dlookup and it is not giving me any errors but it is returning nothing. Why won't it work?
I know the value is there.
Code:
DLookup("[Whse]", "tblWhse", "[WhseID] = " & Form_SubfrmAppts.cobCarrier.Value)
I know the value is there.