Issue with duplicate data

  • Oh, I see what you mean now.

    Change ORDER BY to:

    ORDER BY [Employee Name]

    ,CAST('01 '+ [Month] + ' ' + CAST([Year] AS VARCHAR) AS DATE)

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • Eugene Elutin (5/3/2012)


    Oh, I see what you mean now.

    Change ORDER BY to:

    ORDER BY [Employee Name]

    ,CAST('01 '+ [Month] + ' ' + CAST([Year] AS VARCHAR) AS DATE)

    Thanks for this Eugene,

    Will try this tomorrow at my office...Good Night !!

  • Eugene Elutin (5/3/2012)


    Oh, I see what you mean now.

    Change ORDER BY to:

    ORDER BY [Employee Name]

    ,CAST('01 '+ [Month] + ' ' + CAST([Year] AS VARCHAR) AS DATE)

  • Good Luck!

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • no issues.

Viewing 5 posts - 31 through 34 (of 34 total)

You must be logged in to reply to this topic. Login to reply