Help Please.. Repost..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JovieUrbano
    New Member
    • Feb 2008
    • 8

    Help Please.. Repost..

    Hi ALL!

    Guys this is a repost because nobody provided an answer on my question.

    I have a table with the following records.

    column1 column2
    50 HR
    50 SE
    50 MGR
    55 HR
    55 SE

    --@@@@@@@@@@@
    --Desired Result
    --@@@@@@@@@@@
    column1 column2
    50 HR; SE; MGR
    55 HR; SE

    Help is really needed
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Have you tried the pivot table?

    -- CK

    Comment

    • JovieUrbano
      New Member
      • Feb 2008
      • 8

      #3
      Nope. But I did a tweak on my code, and i finally got the result :P

      Comment

      • sleepydog3
        New Member
        • Jun 2007
        • 7

        #4
        Originally posted by JovieUrbano
        Nope. But I did a tweak on my code, and i finally got the result :P

        Would you post your answer?

        Comment

        Working...