Hi,
I want the entire row color to change based on a column value in a report.
Foe example: Select Name,Age,Salary from table 1 -cretes 3 rows.
Name Age Salary
A 15 1000
B 25 2000
c 35 3000
First row should be in red if Salary column is less than 1001
Second row should be green if Salary column is less than 2001.
Third row should be orange if salary is less than 30001.
How to do conditional color formatting of the entire row in Msaccess2007. Please help
I want the entire row color to change based on a column value in a report.
Foe example: Select Name,Age,Salary from table 1 -cretes 3 rows.
Name Age Salary
A 15 1000
B 25 2000
c 35 3000
First row should be in red if Salary column is less than 1001
Second row should be green if Salary column is less than 2001.
Third row should be orange if salary is less than 30001.
How to do conditional color formatting of the entire row in Msaccess2007. Please help
Comment