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
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