combo box prints wrong

T

Tom G.

I have a few forms that use combo boxes to allow the user to select values.
The forms work fine but when I create reports the fields that use the combo
boxes for data entry print out the indexes for the combo box choice, NOT the
choice itself. I tried changing the bound field property but that didn't do
anything. could someone please tell me how I can get the report to display
the value and not the indexes for the fields that are populated with the
combo box choices?

Thanks!
 
T

Tom G.

Never mind...I figured it out. I just changed what the combo box copies into
the field ...now all my reports work great!
 
Top