printing list boxes

  • Thread starter Thread starter Bekie
  • Start date Start date
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
 
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?
 
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
 
Back
Top