I'm not sure if this can even be done or maybe it is extremely simple and I missed something fundamental, but here goes...
I have a db with my main table and several other tables with information that I use as foreign keys in the main table. For example, my "gender" table has 3 options; male, female and no response. When I query this to extract # of responses by gender, I group by gender and count the number of responses to the various questions in the db. When I create a report w/ this query, the gender groupings form my rows, and my questions form my comments
Ex:
Q1 Q2 Q3 etc.. etc..
Female
Male
No Response
I have several questions, and there is no room on the report to list them all in landscape. Is there a way to make the gender groupings form my coulums and the questions form my rows?
Regards,
I have a db with my main table and several other tables with information that I use as foreign keys in the main table. For example, my "gender" table has 3 options; male, female and no response. When I query this to extract # of responses by gender, I group by gender and count the number of responses to the various questions in the db. When I create a report w/ this query, the gender groupings form my rows, and my questions form my comments
Ex:
Q1 Q2 Q3 etc.. etc..
Female
Male
No Response
I have several questions, and there is no room on the report to list them all in landscape. Is there a way to make the gender groupings form my coulums and the questions form my rows?
Regards,