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
Vista Boot Error
exchange 2003 dropping mail with invalid from field
Help with excel formula
Outlook 2007 Calendars Updating Shared Calendar only updates Personal Calendar
Sync .pst calendar with Exchange calendar
UPDATE OPENQUERY (LINKEDSERVER, 'SELECT...) SET FIELD = #
Userenv 1054, DnsApi 11197 and Dhcp 1003 event viewer logs
Getting GC error trying to run rendom /upload
event id 1639 warning message on blackberry server
Update a table based on the FIRST record of a join (mySql)