label
label
(OP)
I a form i get the user to select a value from a combo box or it might be a list. It uses to fields the id number and the text, but only the text is displayed.
I want the item selected to be displayed on a report in a label. However when I try this the number of the text item selected is displayed.
I want the item selected to be displayed on a report in a label. However when I try this the number of the text item selected is displayed.
RE: label
Kathryn
RE: label
me.label = dlookup("textfield", "tblwhatever", "id = '" & idnameonreport & "'"
Mike Rohde
rohdem@marshallengines.com