Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Pivot table help

    This issue has been resolved. Thanks

  • RE: Pivot table help

    Thanks for responding.

    I made this change to the main query

    Select Prod_Code, [Code 1], [Code 2], [Code 3] from

    (

    Select a.Prod_Code, a.Descr, b.Prod_Code'MSProdCode', b.Ship_Code'MSShipCode'

    from #AllRecords a

    left outer...

Viewing 2 posts - 1 through 2 (of 2 total)