Hi,
I am trying to utilize Access to take weekly data in a Row-based format and transpose to Column based. So for example, I have the following row-based report of employee benefits:
EEID Last Name Benefit Plan Deduction Amount 1234 Smith Medical $2 1234 Smith Dental $4 2245 Doe Vision $3 2245 Doe Medical $2
These values will change each week, employees will have some but not all possible benefits (there will need to be blank values where an employee is not enrolled). I need to import weekly changes into access and have the report come out as such:
EEID Last Name Medical Dental Vision 1234 Smith $2 $4 2245 Doe $2 $3
Can this be done? Thanks in advance for your help.