I have created an invoice report and am using the following IIF expression for sales tax: =IIf([TaxStatusID]=1, [ctlSubtotal]*.075,0)
Whenever I switch to Report View, it keeps prompting me to Enter Parameter Value for TaxStatusID.
I used the expression =IIf([TaxStatusID]=1, "Taxable", "Exempt") in a query report before and it worked fine.
How do I fix this?
Whenever I switch to Report View, it keeps prompting me to Enter Parameter Value for TaxStatusID.
I used the expression =IIf([TaxStatusID]=1, "Taxable", "Exempt") in a query report before and it worked fine.
How do I fix this?
Comment