Hello All,
I have got a form that shows purchase orders. There is a tick box on each purchase order to say if it is complete or not. On the form there is another tick box - if it is not checked I want it to show orders that are not complete, if it is checked I want it to show all orders.
I have the following IIF formula in the criteria of the query:
=IIf([forms]![frmproduction + call off]![viewcomplete]= False, False, True or False)
This doesn't return all the results when I check the box on the form - Are there any obvious errors in the expression?
I have got a form that shows purchase orders. There is a tick box on each purchase order to say if it is complete or not. On the form there is another tick box - if it is not checked I want it to show orders that are not complete, if it is checked I want it to show all orders.
I have the following IIF formula in the criteria of the query:
=IIf([forms]![frmproduction + call off]![viewcomplete]= False, False, True or False)
This doesn't return all the results when I check the box on the form - Are there any obvious errors in the expression?