Quik and esy question on Report output

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Product column in a table that is a combo box and when I pull a
report on the table the combo box shows up but the selected product is
blacked out. How can I solve this issue?

Thanks RC
 
open your report in design mode and check the properties of the field that is
printing black...check the fore and background colors...maybe they are messed
up
 
I have looked at the properties of the field of the combo box on the report
and the color is correct. The Row Source Type is Table/Query and the Row
Source is SELECT Stations.Product FROM Products, Stations
 
Hi,

It sounds like you may have fallen into Microsoft's Lookup Field trap. If
that's the case, get rid of them. They violate Relational rules in that the
field that uses them is no longer atomic, it's the result of a calculation
of other values in the database. Design your tables so that each field is
atomic: contains only one form of data about a single attribute of the
current entity.

HTH
 

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

Back
Top