My data looks like this: John Doe is currently a Mgr IV
Name Job Title Effective Date
------------------------------------------
John Doe Mgr III 2/15/2006
John Doe Mgr II 3/1/2005
John Doe Mgr I 2/28/2004
I want to have one row in a query or table for John Doe that looks like this:
Name Prior I Job Prior I Date Prior 2 Job Prior 2 Date, etc
J. D. Mgr III 2/15/2006 Mgr II 3/1/2005
Can this be done in a crosstab or some other way?
Thanks for any help!
Name Job Title Effective Date
------------------------------------------
John Doe Mgr III 2/15/2006
John Doe Mgr II 3/1/2005
John Doe Mgr I 2/28/2004
I want to have one row in a query or table for John Doe that looks like this:
Name Prior I Job Prior I Date Prior 2 Job Prior 2 Date, etc
J. D. Mgr III 2/15/2006 Mgr II 3/1/2005
Can this be done in a crosstab or some other way?
Thanks for any help!