I'm not sure where I need to go on this since this is my first attempt at trying to get a total.
I have a table "Domain" it holds various website information and within that table I have certain tasks that need to be completed. Specifically 3 task I am focusing on here "task1, task2, task3" Each of these task is a simple check box (yes/no)
What I want to do on Form DomainDetail is have a field or label "txtTaskCount". Within that task count box I want a number of the items (task 1 -3) that had NOT been completed. (ie the check box is not checked yet) For instance if Task #1 is finished then it would give me a number of 2 indicating two tasks had not been completed as of yet (Task 2 & 3). Also lets say that only task 2 is completed it will see that Task 1 and Task 3 is still outstanding and give me a total of 2 task that needs completion) Some task are not taken in any particular order.
Where I am lost is I have been playing with queries and not getting it so perhaps VB Code is better but I will take either one at this point.
Suggestions would be greatly appreciated.
I have a table "Domain" it holds various website information and within that table I have certain tasks that need to be completed. Specifically 3 task I am focusing on here "task1, task2, task3" Each of these task is a simple check box (yes/no)
What I want to do on Form DomainDetail is have a field or label "txtTaskCount". Within that task count box I want a number of the items (task 1 -3) that had NOT been completed. (ie the check box is not checked yet) For instance if Task #1 is finished then it would give me a number of 2 indicating two tasks had not been completed as of yet (Task 2 & 3). Also lets say that only task 2 is completed it will see that Task 1 and Task 3 is still outstanding and give me a total of 2 task that needs completion) Some task are not taken in any particular order.
Where I am lost is I have been playing with queries and not getting it so perhaps VB Code is better but I will take either one at this point.
Suggestions would be greatly appreciated.