Format

T

Tom

I created a report from a query of a table that uses list boxes. When the
report prints all the field from the list boxes are white print on a black
background. I can't find how to fix it and leaving it that way will consume a
lot of ink.
 
D

Duane Hookom

Why don't you use text boxes? List boxes don't have much functionality in
reports.
 
T

Tom

I don't understand. The list box connects to another table to get information
from there. How would a text box work?
 
D

Duane Hookom

You can add the "another table" to your report's record source and join the
field used as the control source in the list box. Add the field to display to
the report's fields. This is the generally accepted method of displaying
field values in reports.
 
Top