Hi everyone,
I have very basic knowledge of Access, so please bear with me.
I have a database which is used as a small questionnaire.
The only information collected (in one table) is Employee Name, Employee Number and then the answers to Question 1 to Question 30. Each Question field is linked to a second table that contains either A, B or C which is selected from a combi box on the form.
I have managed to create a basic report which lists each Question field, and it's answer (A,B or C) for an individual (linked to their employee number).
The report is populated by a query containng the same fields as the main table.
The report looks something like:
Employee Name:
Employee Number:
Question 1: A
Question 2: C
Question 3: A
Question 4: B
And so on.....
What I am trying to do is add a text box to the report which will count the number of "A" answers on the report, as second text box to count the "B's" and a third for the "C's".
Is this possible?
Many thanks in advance
Phil
I have very basic knowledge of Access, so please bear with me.
I have a database which is used as a small questionnaire.
The only information collected (in one table) is Employee Name, Employee Number and then the answers to Question 1 to Question 30. Each Question field is linked to a second table that contains either A, B or C which is selected from a combi box on the form.
I have managed to create a basic report which lists each Question field, and it's answer (A,B or C) for an individual (linked to their employee number).
The report is populated by a query containng the same fields as the main table.
The report looks something like:
Employee Name:
Employee Number:
Question 1: A
Question 2: C
Question 3: A
Question 4: B
And so on.....
What I am trying to do is add a text box to the report which will count the number of "A" answers on the report, as second text box to count the "B's" and a third for the "C's".
Is this possible?
Many thanks in advance
Phil