Microsoft
Software
Hardware
Network
Question : Creating a Pivot in Access
I am trying to create a query that will take the following Source Table input and produced the output shown in the Desired Output. I can pivot the FY field so that the dates appear as headers, but thats about it. Thanks
ID CaseType FY Yield TPI Operating Costs Electricity Credit
1 Base 2011 60.0 $7.27 $1.03 4.67
2 Base 2012 60.1 $7.24 $1.03 4.66
3 Base 2013 60.2 $7.21 $1.02 4.65
4 Base 2014 60.3 $7.18 $1.02 4.63
5 Base 2015 60.4 $7.15 $1.02 4.62
Desired Output
FY 2011 2012 2013 2014 2015
Yield 60.0 60.1 60.2 60.3 60.4
TPI 7.27 $7.24 $7.21 $7.18 $7.15
Operating Costs $1.03 $1.03 $1.02 $1.02 $1.02
Electricity Credit 4.67 4.66 4.65 4.63 4.62
Answer : Creating a Pivot in Access
Attached your solution. Use qryAll to see the result.
BioPrg.mdb
(268 KB)
(File Type Details)
Mdb
Random Solutions
C# and NUnit Framework
Auto-update "HOSTS" file for Windows OS
Justify align codes for RTF (XSL)
Problem with SQL Statment
Access Form Freezing/Locking Up
Btrieve database!
Condition statement to change wording in div block
handling empty textboxes
isa server
Access VBA open file where path & name specified in textbox