May 3, 2012 at 10:18 am
Oh, I see what you mean now.
Change ORDER BY to:
ORDER BY [Employee Name]
,CAST('01 '+ [Month] + ' ' + CAST([Year] AS VARCHAR) AS DATE)
May 3, 2012 at 2:41 pm
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 !!
May 4, 2012 at 4:08 am
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)
May 4, 2012 at 5:55 am
January 27, 2014 at 7:38 am
no issues.
Viewing 5 posts - 31 through 34 (of 34 total)
You must be logged in to reply to this topic. Login to reply