I'm pulling standards from one table...low is [text64] and high is [text66]. From a different table I’m pulling the actual reading [spec1].
If [spec1] falls between [text64] and [text66] I want nothing to happen...should it fall outside of that span I want the background of the box [spec1] to turn red leaving the numbers in it, just changing the background...perhaps even turning the numbers to bold print.
In the control source for [spec1] I’ve used this expression
=IIf([spec1] Between [Text64] And [Text66],
[spec1].BackColor65280,
[spec1].BackColor255)
This doesn’t work....what should I be doing to make this happen?
2006-12-28
07:41:58
·
2 answers
·
asked by
Lardo
1
in
Computers & Internet
➔ Programming & Design