Print contents of a "look-up" combo box

R

R Marko

I have created a look-up combo box in a form that is populated by the
contents of another field in the table.

I cannot get the information that is displayed in the combo box on the form
to print on the report. Any suggestions?

Rhonda Marko
[email protected]
 
R

Rick B

Do you have the combo-box result stored to a table? If so, just place that
field on your report.
 
Top