Employee ID Job Title Effective Date
------------------------------------------
12345 Mgr III 2/15/2006
12345 Mgr II 3/1/2005
12345 Engineer III 2/28/2004
22741 Admin III 2/7/2006
22741 Admin II 4/15/2005
22741 Admin I 5/12/2004
I want to have one row in a table for each employee that looks like this:
EmplID Prior1Job Prior1Date Prior2Job Prior2Date,etc
12345 Mgr III 2/15/2006 Mgr II 3/1/2005
22741 Admin III 2/7/2006 Admin II 4/5/2005
How can I convert this list data into a table as above using VBA?
Thanks in advance for any help
------------------------------------------
12345 Mgr III 2/15/2006
12345 Mgr II 3/1/2005
12345 Engineer III 2/28/2004
22741 Admin III 2/7/2006
22741 Admin II 4/15/2005
22741 Admin I 5/12/2004
I want to have one row in a table for each employee that looks like this:
EmplID Prior1Job Prior1Date Prior2Job Prior2Date,etc
12345 Mgr III 2/15/2006 Mgr II 3/1/2005
22741 Admin III 2/7/2006 Admin II 4/5/2005
How can I convert this list data into a table as above using VBA?
Thanks in advance for any help