Hi Guys,
I have a database that returns data that is then displayed into a table.
There are 8 rows displayed and if 1 returns + then I asign 12.5%, 2+ then i asign 25% and so on. So if there are 7 + then the record shows 87.5%.
What i am after is,
If the record is between 0 and 37.5% then the return is Font colour red. 50% to 75% amber and 87.5% to 100% showing Green font. This then giving the browser an immediate guide to the validity of the record.
Do I create an If statement determining if the values are between, below or equal to, Or is there an easier route.
Hope you can help, roscor.