List box in report

R

RachelMillington

Am new to reports and need your help.

I created a report from a query. On the the fields was a list box, and in
the report it is showing the whole list with the selected option from the
list box highlighted.

I just want it to show the selceted option, not the whole list, but dont
know how to do this.

Please help.
 
R

Rick B

Then don't make it a list box. That control is not really well suited for a
report. Make it a textbox.
 
Top