Hello everyone,
First off thank you for your time/help.
I am trying to count the records in Total Column that display 0 from a Sub Form into my Main Form into an unbound box.
Currently I have
Main Form
unbound box - (code to pull count of 0's) which in this case should display 2 since there is total of 2 employees with 0 across in the Total Column
Sub Form - which data displays just as you see below
In my Sub Form the Name, Test 1, Test 2 are fields from a table.
Total is an unbound field that is =[Test 1] + [Test 2]
Name Test 1 Test 2 Total Tom 1 0 1 Betty 1 1 2 Kim 0 0 0 Hank 2 1 3 Tim 0 0 0