Access allows for Row printing, with a row heading.
ex:
col1 col2 col3 col4
Jan Feb Mar Apr
Data Data Data Data
Dat1 Dat1 Dat1 Dat1
Dat2 Dat2 Dat2 Dat2
What ideas do you have related to printing the data in column format, currently I am getting the following:
ex:
column1 column2 column3
Jan data Jan dat1 Jan dat2
Feb data Feb dat1 Feb dat2
Mar data Mar dat1 Mar dat2
Apr data Apr dat1 Apr dat2
What I am looking for is:
col1 col2 col3
Jan data dat1 dat2
Feb data dat1 dat2
Mar data dat1 dat2
Apr data dat1 dat2
We currently have several reports (Excel Spreadsheets) that have certain formating used by the various departments. Trying to avoid re-educating the staff in looking at their data and model the report in something they are already familiar with, and for our mission, the way it is displayed best shows the data. All data is currently in various Excel worksheets, that act as the reports. Excel allows for column freezing.
When I tried to do a Pivot Query I am only allowed to put 3 items on the Left side.
Thanks for the help.
ex:
col1 col2 col3 col4
Jan Feb Mar Apr
Data Data Data Data
Dat1 Dat1 Dat1 Dat1
Dat2 Dat2 Dat2 Dat2
What ideas do you have related to printing the data in column format, currently I am getting the following:
ex:
column1 column2 column3
Jan data Jan dat1 Jan dat2
Feb data Feb dat1 Feb dat2
Mar data Mar dat1 Mar dat2
Apr data Apr dat1 Apr dat2
What I am looking for is:
col1 col2 col3
Jan data dat1 dat2
Feb data dat1 dat2
Mar data dat1 dat2
Apr data dat1 dat2
We currently have several reports (Excel Spreadsheets) that have certain formating used by the various departments. Trying to avoid re-educating the staff in looking at their data and model the report in something they are already familiar with, and for our mission, the way it is displayed best shows the data. All data is currently in various Excel worksheets, that act as the reports. Excel allows for column freezing.
When I tried to do a Pivot Query I am only allowed to put 3 items on the Left side.
Thanks for the help.