Hi, I'm having trouble getting the syntax correct for looking up a value in a combo box. There is one bound column and two other fields. I am interested in displaying one of the other columns in a text box on the same form in a different area.
I think the text box control source should be something like <=dlookup("[desc]","[combobox]"> where the field [desc] is one of the unbound fields contained in the combo box and [combobox] is the control that has the field. Or is dlookup the correct function to use?
Any help would be appreciated. Thanks.
I think the text box control source should be something like <=dlookup("[desc]","[combobox]"> where the field [desc] is one of the unbound fields contained in the combo box and [combobox] is the control that has the field. Or is dlookup the correct function to use?
Any help would be appreciated. Thanks.