Vinay has attended:
Access Intermediate course
Access Advanced course
Excel Intermediate course
Excel Advanced course
Iif Statments
On a query I got a field called Current Status which displays a drop down list on the following possible answers In Progress, New, Pending PR, Pending OS and Complete.
I would like to know which orders are complete and which are incomplete.
I have used this statement but all i get is just the complete orders.
iif[CurrentStatus]="Complete","Complete","Incomplete")
But I want the user to select either complete or incomplete and then the data will come up. of that particular order wether its complete or incomplete.
Please Help ?
RE: iif Statments
Hi Vinay
Thank you for your question. One approach might be to have two queries - one that finds records where the status field matches "complete" the other where the status field criteris is "not complete" i.e everything else.
Let me know if this doesn't answer your question or if you have any other questions.
Kind regards,
Andrew