This is probably so easy, but the forum search was down sorry.
I have a table organized by jobs, each record has info as to what person did the job and the position they served (which has several columns for different types).
So I want to create a report that is organized by person and listing the jobs that they are qualified on.
But it currently organizes the report by job:
Name Supervisor Lead Trainee
Bill Job1 Tom
Tom Job2 Bill Larry
Larry Tom
I need:
Name Supervisor Lead Trainee
Bill Job1
Bill Job2
Tom Job3
Tom Job1
Larry Job2
I hope this was clear
Thanks in advance
I have a table organized by jobs, each record has info as to what person did the job and the position they served (which has several columns for different types).
So I want to create a report that is organized by person and listing the jobs that they are qualified on.
But it currently organizes the report by job:
Name Supervisor Lead Trainee
Bill Job1 Tom
Tom Job2 Bill Larry
Larry Tom
I need:
Name Supervisor Lead Trainee
Bill Job1
Bill Job2
Tom Job3
Tom Job1
Larry Job2
I hope this was clear
Thanks in advance