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...
Ok there is my question:
i want to create a list box to filter my forms. I want the list box to retrieve the date store in a table or query but it may have similar date in the table so i want the list box to show the date only once.
Thank you
i have a table with 3 fields and i want the output on the report to be like this:
Field#1: record1,record2,record3 etc etc
Field#2: record1,record2,record3 etc etc
Field#3: record1,record2,record3 etc etc
actually the record output is
Field#1 Field#2 Field#3
record1 record1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.