I want to use fields as row headings, and field values as column headings. There are only 5 possible column headings. The database is set up for a survey, of which there are 18 questions, and only 5 possible answers for each question (the numbers 1-5). I have the table set up with 18 fields (Q1-Q18), and each field uses combo box selection. I want my crosstab to look like this:
1 | 2 | 3 | 4 | 5 | Total | |
Question 1 | 10 | 0 | 3 | 7 | 2 | 22 |
Question 2 | 5 | 5 | 7 | 3 | 2 | 22 |
And so on…