I have a report with an unbound text box that refers to a combobox on a form. However when I look at the report via print preview it shows the position of the text selected in the combobox. For example if the combobox was a list of the alphabet and I chose "D" the text box would say "4" instead of "D" Any suggestions? Here is what I have in the text box:
Thanks for any and all help!
Code:
=[Forms]![Document Creation_Default].[Combo7]
Thanks for any and all help!