M
maralkarimi1
I want my query to ask the user for either: All, <500, or >500 pric
range. I do this through a parameter. If they say all, I want the quer
to show all the items, if it's <500, the items that are less tahn $500
and so on, I have the following statement in my [UnitPrice] column'
critiria row:
IIf([Enter Price Range]="<500", [UnitPrice]<500,(IIf([Enter Pric
Range]=">500",[UnitPrice]>500,[UnitPrice])))
but the query does not execute this statement. What should I do
range. I do this through a parameter. If they say all, I want the quer
to show all the items, if it's <500, the items that are less tahn $500
and so on, I have the following statement in my [UnitPrice] column'
critiria row:
IIf([Enter Price Range]="<500", [UnitPrice]<500,(IIf([Enter Pric
Range]=">500",[UnitPrice]>500,[UnitPrice])))
but the query does not execute this statement. What should I do