A
Anna
Firstly, my apologies. I know this topic has been discussed a number of
times but I have viewed all the old posts and cannot work out how to
apply this to my database.
I have a table with about 15 yes/no fields. I need to know how to count
the 'yes' answers in each field and group by record (e.g. persons name,
number of 'yes' answers in each field). Each Person can have a number
of separate records - I am trying to find a pattern in the yes/no
responses.
I have created a simple count query, but this will only work for one
field at a time - as soon as I add subsequent fields in the query, all
answers repeat the first field count.
I am really only familiar with using the query design view, so please
'spell it out for me' if it requires using sql.
times but I have viewed all the old posts and cannot work out how to
apply this to my database.
I have a table with about 15 yes/no fields. I need to know how to count
the 'yes' answers in each field and group by record (e.g. persons name,
number of 'yes' answers in each field). Each Person can have a number
of separate records - I am trying to find a pattern in the yes/no
responses.
I have created a simple count query, but this will only work for one
field at a time - as soon as I add subsequent fields in the query, all
answers repeat the first field count.
I am really only familiar with using the query design view, so please
'spell it out for me' if it requires using sql.