I have made a productivity form with a field which displays the trend as either "Down" or "Up!".
I would like it to be conditionally formatted to GREEN if UP and RED if DOWN, but the conditional formatting button is greyed out for this field.
[note- it is greyed out for all fields except for the date field...]
The box is a ListBox, pulling data with Row Source: SELECT [qDB_Trend].[Trend] FROM qDB_Trend ORDER BY [Trend]; and RowSourceType of Table/Query.
I have scoured the internet but there are no answers I have found. The only thing I have found out is that ListBoxes apparently are not able to be conditionally formatted.
I tried using a ComboBox and it will display the data, buuuuuuuuuuuut cannot apply CF to this either!
I am still learning so have mercy, I tried using other box types, but these do not have a "Row Source" field, only a control source - and placing the above SELECT statement in these either gives me a #NAME error or just blank.
So- A) Can I apply CF to a listbox? B) if not, how can I use another type of box to display the data from a query as above?
Thanks in advance!!