Forum Discussion
swhetsell
Dec 31, 2023Copper Contributor
Vertical Data Columns in Report
Greetings, I need to recreate the following table in an Access Report. For whatever reason I am having a complete block and am unable to figure out what to do. The data is currently returned ...
Tom_van_Stiphout
Jan 01, 2024Steel Contributor
If you enhance your sproc with the PIVOT statement, you can transform your data to return the data as in image 2. Then it is just a simple auto-report.