I have a table that has a column with shift, and a number of different fields, like say VAL1, VAL2, VAL3....VAL10.
I built a query that groups the totals for each "VAL" by shift. This gives me all the information but in horizontal format. However, I need to build a report in vertical format, that has the column headings as AM Shift, PM Shift. and then beneath those enlists all the different values / totals for each VAL, enlisting the name of the field in each row, and then totals for AM , PM Shift respectively.
How do I do this ?
I built a query that groups the totals for each "VAL" by shift. This gives me all the information but in horizontal format. However, I need to build a report in vertical format, that has the column headings as AM Shift, PM Shift. and then beneath those enlists all the different values / totals for each VAL, enlisting the name of the field in each row, and then totals for AM , PM Shift respectively.
How do I do this ?