Excel has this cool little function where you can copy data, and then
paste it transposed so that which runs across the rows now runs down a
colum and visa versa. Is there a way in access to create a report that
would transpose the data from what is logical.
I have a query that has a field for the date (by month) and then
additional fields (15 of them) by which I enter in data. So in the
Table/Query it is formated such that when the data is entered you would
go across the row and enter in the date, and then enter in the
respective value for each of the fields your under.
I need to create a report that would allow me to show the date across
the top and the other fields running down the left with the values
under each date, such as a spreadsheet or cross tab query would do. As
you can see though from what I have explained a cross tab query will
not work, or at least I dont think it would becuase I would have to set
the dates as my column headings, all the other fields as my Row
Hadings, and am left with nothing for the value, because all the values
are actually associated with the row headings.
I hope this made sense and I hope someone can help because I am stumped.
paste it transposed so that which runs across the rows now runs down a
colum and visa versa. Is there a way in access to create a report that
would transpose the data from what is logical.
I have a query that has a field for the date (by month) and then
additional fields (15 of them) by which I enter in data. So in the
Table/Query it is formated such that when the data is entered you would
go across the row and enter in the date, and then enter in the
respective value for each of the fields your under.
I need to create a report that would allow me to show the date across
the top and the other fields running down the left with the values
under each date, such as a spreadsheet or cross tab query would do. As
you can see though from what I have explained a cross tab query will
not work, or at least I dont think it would becuase I would have to set
the dates as my column headings, all the other fields as my Row
Hadings, and am left with nothing for the value, because all the values
are actually associated with the row headings.
I hope this made sense and I hope someone can help because I am stumped.
Comment