G
Guest
I have the following switch statement associated with the Control Source
property of a field in my report:
=Switch([RcvSpd]=0,"Low",[RcvSpd]=1,"High",[RcvSpd]=2,"Auto")
When I run the report, I get #Error displayed for that field.
If I replace the switch with simply "RcvSpd" (without the quotes) it reports
the numeric value in that field properly. The only values in the records are
1 and 2. There aren't any null values and there aren't even any fields set
to zero.
I've used this exact same switch on other reports and it works. I've
checked to ensure that the query this report is based on really has the
RcvSpd field in it.
Can anyone help? Thanks!
property of a field in my report:
=Switch([RcvSpd]=0,"Low",[RcvSpd]=1,"High",[RcvSpd]=2,"Auto")
When I run the report, I get #Error displayed for that field.
If I replace the switch with simply "RcvSpd" (without the quotes) it reports
the numeric value in that field properly. The only values in the records are
1 and 2. There aren't any null values and there aren't even any fields set
to zero.
I've used this exact same switch on other reports and it works. I've
checked to ensure that the query this report is based on really has the
RcvSpd field in it.
Can anyone help? Thanks!