I am trying to build a db to report the deficiencies/strengths of security. We have about 1000 criterion that we base these on. I am trying to set it up to where we can specify which criteria they are deficient in, and it will report the total number of deficiencies that section has. i have tried to do this with a yes/no field, and code that looks a little like this:
Code:
Sum(([a1000]+[a1001]+[a1003]+[a1002]+[a1004]+[a1005])*-1)
in order...