printing list boxes

B

Bekie

Hello,
I am trying to print out a form with list boxes on it,
but whenever I do this, the value in the list box is
blackened out. Is there any way to print the form and
see the selected value???
Thanks a lot
 
B

Bekie

Thank you. However, When I began to design a report to
display this information I ran into the same problem with
the list box values printing out black...is there
anything I can do?
 
H

Hugh O'Neill

Bekie said:
Thank you. However, When I began to design a report to
display this information I ran into the same problem with
the list box values printing out black...is there
anything I can do?


Can you say why you would need to use a ListBox in a Report? A ListBox
has the built-in feature of showing the selected value(s) as white on
black by default. Since a ListBox is primarily for selecting values on
a Form, I don't see why you would need one in a Report. A TextBox
might seem more appropriate, perhaps.

Hugh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top