Combo Box in Report

S

Sue

My combo box stores data in the table as the ID number.
When I want to use this in a report how do I get it to
give the words in the combo box instead of the ID number?
 
A

Alan

-----Original Message-----
My combo box stores data in the table as the ID number.
When I want to use this in a report how do I get it to
give the words in the combo box instead of the ID number?
.
In the query you use for the report, select the text
field that is related to the Id number and use it as the
control source of a text box in the report.
 
Top