Quick and probably easy question

R

RC

I have a list box that I want the selected data to print out on a report, but
in the report all I'm getting is a black box line where the data should be. I
was pulling the data from tblCustomer which displayed all of the contents of
the list box with the selected data blacked out. I have since change the
source from the tblCustomers to
SELECT tblStations.Product FROM Products, tblStations; which now displays
only the selected data but it is blacked out. How can I get the data in the
report from the list box to not be blacked out.

Thanks
RC
 
Top