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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

expression to format a text field with a color

Status
Not open for further replies.

lolita1

Technical User
Joined
Nov 8, 2003
Messages
5
Location
CA
is it possible to make an expression in a query and choose the color of the text filed.

exemple i have a union query like this and i want the output text color for the field Classe to be RED.

SELECT Tbl_ChoixClasse.Classe
FROM Tbl_ChoixClasse ORDER BY Tbl_ChoixClasse.Classe UNION ALL SELECT Tbl_ChoixEnjeux.Enjeux
FROM Tbl_ChoixEnjeux;

Thank you
 
Does it have to be viewed in query view? If not, you can easily do something in form or report view.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top