D
DiHo
I know this is a common problem, but I haven't been able to find a solution
by reading through past Discussions. The "Enter Parameter Value" box pops up
when I try to view my report. I don't need to enter any parameters,
therefore I don't want this box coming up. It is looking for the "Price"
parameter.
The name of the control (text box) is "Price". The Control Source is:
=IIf([ProposalStage]="Won",[POTotalPrice],[AsBidBasePrice])
If I just click OK on the Enter Parameter box, the report shows the correct
data based on the expression. From past problems, I know that I have to name
the Text Box something different from the field names. But obviously the
report is looking for value associated with the name of the control.
The query upon which the report is based works fine. It includes the
[POTotalPrice] and [AsBidBasePrice] fields.
I'm sure the solution is simple for those of you who know it! Why is it
looking for a value for "Price" and how do I stop this?
Thank you for your help.
- Diane
by reading through past Discussions. The "Enter Parameter Value" box pops up
when I try to view my report. I don't need to enter any parameters,
therefore I don't want this box coming up. It is looking for the "Price"
parameter.
The name of the control (text box) is "Price". The Control Source is:
=IIf([ProposalStage]="Won",[POTotalPrice],[AsBidBasePrice])
If I just click OK on the Enter Parameter box, the report shows the correct
data based on the expression. From past problems, I know that I have to name
the Text Box something different from the field names. But obviously the
report is looking for value associated with the name of the control.
The query upon which the report is based works fine. It includes the
[POTotalPrice] and [AsBidBasePrice] fields.
I'm sure the solution is simple for those of you who know it! Why is it
looking for a value for "Price" and how do I stop this?
Thank you for your help.
- Diane