dmkennard2
Technical User
Hi,
I have a form with a subform on it that is filtered by selecting entries in the dropdown boxes.
I would also like to be able to put a checkbox on the form that allows me only to show the records that have differences between two values.
This is the code i have built, but it does not work and it hides all data. I have put it in the Criteria of WCS_Qty in the Query.
IIf(([Forms]![frmData]![check27])=True,([WCS_Qty])<>([System_Qty]),[WCS_Qty])
Any ideas?
Dazz
I have a form with a subform on it that is filtered by selecting entries in the dropdown boxes.
I would also like to be able to put a checkbox on the form that allows me only to show the records that have differences between two values.
This is the code i have built, but it does not work and it hides all data. I have put it in the Criteria of WCS_Qty in the Query.
IIf(([Forms]![frmData]![check27])=True,([WCS_Qty])<>([System_Qty]),[WCS_Qty])
Any ideas?
Dazz