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 a textbox but you can use AvgTT.text or value and I consistently receive:
You entered an expression that has no value.
Any advice? I am new to report generating so if this is a noob question, my apologies.
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 a textbox but you can use AvgTT.text or value and I consistently receive:
You entered an expression that has no value.
Any advice? I am new to report generating so if this is a noob question, my apologies.