A
acss
I have the following expression on my report:
=IIf(([VendorCtry] Like '*PERU*'),[ SumofSumOfInvAmt]*0.03,0)
The problem arises that when you run the report it gives a parameter prompt
for the user to enter in SumofSumOfInvAmt. What can be done in the expression
to prevent the prompt?
Thanks
=IIf(([VendorCtry] Like '*PERU*'),[ SumofSumOfInvAmt]*0.03,0)
The problem arises that when you run the report it gives a parameter prompt
for the user to enter in SumofSumOfInvAmt. What can be done in the expression
to prevent the prompt?
Thanks