R
Richard Horne
Hi guys,
Simple query really.
I have a Yes/No tick box called Item_Complete which I want to be ticked when
another field called Quantity Remaining is 0. Am I correct in that the code
should be
IIf([Quantity Remaining]="0",0,-1)
Now, which event do I attach this code to for the Yes/No box?
Simple query really.
I have a Yes/No tick box called Item_Complete which I want to be ticked when
another field called Quantity Remaining is 0. Am I correct in that the code
should be
IIf([Quantity Remaining]="0",0,-1)
Now, which event do I attach this code to for the Yes/No box?