Hi, I've got a table with the following fields:
EmployeeID; Date; ProvidedBy; Result; Observations
The table holds fit for work medical information for each employee.
Each record is a medical. An employee may have more than one medical.
What I'd like to do is setup a query that will show all employees in the first column, and multiple columns to the right indicating what number medical they have had
So the query would return:
EmployeeID; Medical1; Medical2; Medical3; Medical4 ...
and each record would show the date of the medical.
There is a better example in the attached spreadsheet.
EmployeeID; Date; ProvidedBy; Result; Observations
The table holds fit for work medical information for each employee.
Each record is a medical. An employee may have more than one medical.
What I'd like to do is setup a query that will show all employees in the first column, and multiple columns to the right indicating what number medical they have had
So the query would return:
EmployeeID; Medical1; Medical2; Medical3; Medical4 ...
and each record would show the date of the medical.
There is a better example in the attached spreadsheet.