F
Foocat
All please help,
here is my table.
Year GNAME Job # BCODE Job Name SumOfHOURS
2007 KWA 101-07 Services BD's Deerfield 27
2007 KWA 101-07 EC BD's Deerfield 7
2007 KWA 102-07 Services Batting Cages 4
2007 KWA 102-07 EC Batting Cages 5
2007 KWA 103-07 Services 3914 Lindell 44
2007 KWA 103-07 EC 3914 Lindell 14
I need a query to make it look like this.
Year GNAME Job # Job Name xBCODE yBCODE xSumOfHOURS ySumOfHOURS
2007 KWA 101-07 BD's Deerfield Services EC 27 7
2007 KWA 102-07 Batting Cages Services EC 4 5
2007 KWA 103-07 3914 Lindell Services EC 44 14
here is my table.
Year GNAME Job # BCODE Job Name SumOfHOURS
2007 KWA 101-07 Services BD's Deerfield 27
2007 KWA 101-07 EC BD's Deerfield 7
2007 KWA 102-07 Services Batting Cages 4
2007 KWA 102-07 EC Batting Cages 5
2007 KWA 103-07 Services 3914 Lindell 44
2007 KWA 103-07 EC 3914 Lindell 14
I need a query to make it look like this.
Year GNAME Job # Job Name xBCODE yBCODE xSumOfHOURS ySumOfHOURS
2007 KWA 101-07 BD's Deerfield Services EC 27 7
2007 KWA 102-07 Batting Cages Services EC 4 5
2007 KWA 103-07 3914 Lindell Services EC 44 14