In my Form/table, i have a list of numbers representing the amount of times a
user has got a question wrong, based on the field [x_wrong].
for example:
[Qstn_ID] [Xrwong] [Question] Colour
4 15 blah, blah Green
6 9 " Green
18 27 " Red
4 43 " Red
9 4 " Blue
2 8 " Green
33 3 " Blue
9 3 " Blue
84 22 “ Red
I want to be able to colour code the 3 ranges available, based on the
highest 3rd, middle third, and lowest 3rd percentages of the values using the
fluctuating highest value, and lowest value as the index. Because the values
are constantly changing, i cannot use a fixed figure; say >33 because the
highest value may never reach 33.
Larry Linson said:
efandango said:
I have a field [x_wrong] on a form that has a numerical
value. The number can fluctuate wildly, so I need to base
the colour change on a percentage instead of a fixed value
or range. Does anyone know how to do this?
A percentage of _what_?
Larry Linson
Microsoft Access MVP