mrtauntaun
MIS
I have a table with 40 or so yes/no fields (check boxes); a questionarre. I would like a query to return the total number of yes's it finds per record. I have it set up so only one record is queried at a time (as the query will be run from a form, and only the current record will be queried, based on the primary key).
Now, if this were multiple records, I know how to sum them up to get a total, but these are multiple fields for one record.
How can I do this? Is it easier to write a vba script to add it up right on the form? I'd rather do it by query, but all input is welcome.
Not being too good with queries, I thought I'd ask. Thanx in advance!
Now, if this were multiple records, I know how to sum them up to get a total, but these are multiple fields for one record.
How can I do this? Is it easier to write a vba script to add it up right on the form? I'd rather do it by query, but all input is welcome.
Not being too good with queries, I thought I'd ask. Thanx in advance!