Hi,
I'm running a query and pulling in a status field, with the following selections:
25% to sell
50% to sell
Sold
I've added an IIF statement (see below) to change the sold to 100%, however, it will only return 100% and does not pull in any of the other data.
IIF([Salesboard4]![Status]="Closed",100%).
How do I change my statement to pull in all data and change the sold to 100% at the same time.
Any help will be much appreciated.
Thanks
I'm running a query and pulling in a status field, with the following selections:
25% to sell
50% to sell
Sold
I've added an IIF statement (see below) to change the sold to 100%, however, it will only return 100% and does not pull in any of the other data.
IIF([Salesboard4]![Status]="Closed",100%).
How do I change my statement to pull in all data and change the sold to 100% at the same time.
Any help will be much appreciated.
Thanks