Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Row color based on query data?

Status
Not open for further replies.

dhempy

Programmer
Jun 16, 2005
2
US
Is it possible to have returned values in different colors based on the contents of a separate field? I have a name field and a separate Y/N field. If the value of that field is "N", I would like the returned name to be red, otherwise, leave the name black.

This query is used in a ROW source query for a combo box so I'd like the pull-down to have the colors work.

Thanks in advance.

Dan
 
No; it's not possible.
If you want different colours you will have to use a continuous subform.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top