ms access - Conditional Formatting Less than issue -


i using conditional formatting on 150 text boxes, if value >85% background green, if <85% background red.

firstly, there quick way set formatting 150 of them quickly, instead of doing them 1 @ time

secondly, amusing following expression format text box

val([text168])>0.84 

this works , background green.

when use code set background red nothing background stays white:

val([text168])<0.85 

i can not head around why happening

have tried changing number 0.85 whole number of 85? may data not directly bound table.

hope helps


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -