T
TonyWilliams via AccessMonster.com
This expression counts the number of records where a tick box is YES
TxtSoleYes: Count(IIf(txtSole,1,Null))
Why doesn't this work to give me the number of No's
TxtSoleYes: Count(IIf(txtSole,0,Null))
Thanks
Tony
TxtSoleYes: Count(IIf(txtSole,1,Null))
Why doesn't this work to give me the number of No's
TxtSoleYes: Count(IIf(txtSole,0,Null))
Thanks
Tony