Ac 2000How to print just chosen value of list box not all values?

W

Winscombe9

Have a list box with 4 values. On reports, all the values print with the
chosen one highlighted.

Anyone know how I can just print the chosen value?

Many thanks
 
L

Larry Linson

Winscombe9 said:
Have a list box with 4 values. On reports, all the values print with the
chosen one highlighted.

Anyone know how I can just print the chosen value?

Help me understand -- just how do you choose one of the values of a listbox
on a report? Reports are not (at least through Access 2003) interactive.

Why are you putting a listbox on a Report, anyway? List Boxes are for user
interaction in choosing values, Reports are for displaying information from
your database and a Text Box is what you need.

Larry Linson
Microsoft Access MVP
 
Top