Hi people,
I've been trying to simply populate a textbox based on the information in a combobox but keep returning #Error.
The Numb combobox is labelled: [CbxRMA] and is the PK in a table "tblRMAs" with only two columns: a number "MARN" and the corresponding name "RMAName", which is the text I want displayed in the "Agent" textbox. The combobox value is stored in the form's underlying table not using a Lookup.
The Control Source for the textbox is: =DLookUp("RMAName","tblRMAs","[MARN] = '" & [CbxRMA] & "'"). I have tried variations for [CbxRMA] with no luck.
Any help is always appreciated.