G
Guest
I have a Report control with the following formula:
=IIf(([flag]="PLAN CYCLE"),tblplan.eq1,0)
The control source of this report is a query. One of the fields in this
query is tblplan.eq1
When I run this report, I get an error message "Enter Parameter Value" and
the report prompts me to type the value of tblplan.eq1 When I click OK, I
get the #Name displayed for this control value.
Any idea how I can get this to work?
=IIf(([flag]="PLAN CYCLE"),tblplan.eq1,0)
The control source of this report is a query. One of the fields in this
query is tblplan.eq1
When I run this report, I get an error message "Enter Parameter Value" and
the report prompts me to type the value of tblplan.eq1 When I click OK, I
get the #Name displayed for this control value.
Any idea how I can get this to work?