I have a text field that was returning an ID instead of the represented name so I used
in the control source. It returned #Type!Code:=DLookUp("Brand_Name","tblBrands","Brand_ID = " & [Brand_ID])
I checked myself by using
and it returned the name. What am I doing wrong?Code:=DLookUp("Brand_Name","tblBrands","Brand_ID = 2")
tblBrands
- Brand_ID
- Brand_Name
tblItems
- Item_ID
- Brand_ID
- Model_ID
- Item_SN
- Item_Location