Kayleigh
Member
- Local time
- Today, 12:30
- Joined
- Sep 24, 2020
- Messages
- 709
I'm struggling with creating a query to summarise the data in the format specified by the client.
They would like a table such as below:
The data is in a database.
All staff are to appear once in the left-hand column and all statutory training (if date not expired) are to appear as the columns. Note several trainings may be recorded for each category so only the latest date should be displayed.
What's the best way to create this?
They would like a table such as below:
Staff ID | Training Category & Title of Training - all statutory trainings as columns |
1 | Date of most recent training |
2 | or "No" if null |
3 | ... |
The data is in a database.
All staff are to appear once in the left-hand column and all statutory training (if date not expired) are to appear as the columns. Note several trainings may be recorded for each category so only the latest date should be displayed.
What's the best way to create this?