D
Debbie
Hello,
I have a field in my page footer called Duration. In the OnOpen event, I
would like to test the value in that field. The OnOpen event has the
following code:
If [Duration] > = 3 then
varCounter = varCounter +1
end If
When I run the report, I get the message "Runtime 2427 You entered an
expression that has no value."
How can I reference the Duration field? I've searched the forums and have
seen this syntax used. Any help is most appreciated. Thank you, Debbie
I have a field in my page footer called Duration. In the OnOpen event, I
would like to test the value in that field. The OnOpen event has the
following code:
If [Duration] > = 3 then
varCounter = varCounter +1
end If
When I run the report, I get the message "Runtime 2427 You entered an
expression that has no value."
How can I reference the Duration field? I've searched the forums and have
seen this syntax used. Any help is most appreciated. Thank you, Debbie