I want to go from something like this:
username    CourseID    DateTaken
mikeb       LST          5/9/2014
mikeb       SELAGENT001  4/4/2013
chrisp      AGT001       2/21/2012
chrisp      SELAGENT001  6/27/2011
to something like this:
Username    LST         SELAGENT001 AGT001
mikeb       5/9/2014    4/4/2013    
chrisp                  6/27/2011   2/21/2012
I tried missing around with crosstab, but since I'm dealing with dates I'm having a hard time. Any help?
 
     
    