Can I show color dots???

Leo

Registered User.
Local time
Today, 23:59
Joined
Jul 12, 2001
Messages
33
I am using Access 2007 – I am trying to determine a way that I can visually indicate the status on projects we are managing.

I need to know if I can create a report that will show dots to indicate complete or non-completed project. However, I would also like to have does dots indicate different status levels by their color (can I make them Blue, Green, Yellow, etc.) and have them change according to the job status? If so, how do I accomplish this???

Thank you.
 
You should be able to use any font on the machine and any color that is available.
 
What I was intending was for the information to show within a report. That way my users can print or view the report from their screens. I just don’t know how to make the color dots associated with a particular job status?
 
perhaps have a label on the report, and set the bgcolor for the lable in the form details

format event (maybe print event) - they are the only 2, I think
 
How many different colors do you think you will be using?
 
In regards to colors, I am currently using four colors. Those happen to indicate the different job status levels; Waiting, In Process, Alert and Completed. If I can get the report to work using colors – I may add an additional two (not certain at this time).
 
Conditional formatting allows you to select one of 4 colors as the BackColor of a control; the normal color and three other choices depending on the value of one of your controls. Have you tried that yet?
 

Users who are viewing this thread

Back
Top Bottom