Basically I have a report pulling individuals average talk times on a phone.
Depending on their time we associate a Rating.
On Report_Open I was trying to set a
IIF ([AvgTT] > "85"), AvgTTlbl.caption = "Exceeded", AvgTTlbl.caption = "Partially Exceeded"
According to the AvgTT properties its...