Combo Box Results In A Report

W

WayneS

I have a combo box in a form. The combo box stores the ID of a table but
displays the description of the item in the table. There are two columns in
the table and the width of the first column is 0.

I can open a report from the form.

I want the description from the combo box to display in the report.

The Control Source for the text box in the form is:
=Forms!frm_Change!cbo_ Problem_Type_ID

The ID is displayed in the report not the description. How can I change the
Control Source syntax in the report to display the description?

Thanks
 
Top