TallGuyinIT
IS-IT--Management
I am new to access and struggling with a query. I am pulling data from an odbc table which stores the information in rows. I need to move the data to columns in a query. The data exists as
emp1 ded1 amount
emp1 ded2 amount
emp1 ded3 amount
emp2 ded1 amount
emp2 ded2 amount
I need to put it in columns
emp1 ded1 amount ded2 amount ded3 amount
emp2 ded1 amount ded2 amount
Each employee will have a different number of deductions, but no employee will have more than 15. Can anyone help?
Thanks
emp1 ded1 amount
emp1 ded2 amount
emp1 ded3 amount
emp2 ded1 amount
emp2 ded2 amount
I need to put it in columns
emp1 ded1 amount ded2 amount ded3 amount
emp2 ded1 amount ded2 amount
Each employee will have a different number of deductions, but no employee will have more than 15. Can anyone help?
Thanks