List box font color

G

Guest

I have a List Box with row source from Projects

SELECT projects.ID, projects.project_name, projects.status FROM projects
WHERE (((projects.task_area)=Forms!check_status_1!role));

'role' is a combo box which value change causes List Box to requery. Anyway,
I would like font color in List Box to show red when 'status' in project
table is 'completed'. Is there way to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top