SkeletorPlus
New member
- Local time
- Today, 13:04
- Joined
- Jun 11, 2025
- Messages
- 8
I have a list called TrainingCerts with fields ID, CertName, PersonName, Date, and Attachment.FileURL. This is a linked list from sharepoint lists.
There are about 10 different certifications each due every year, lets call them cert1, cert2, etc.
So, my list is pretty big (about 800 people in my company), and they have to do all 10 certs a year.
I have been combining the date and URL into a hyperlink so its just one field called DateURL
I know that I have to:
1. Find the most recent certification by type, and person, by max date.
2. Display the non-aggragated table to make my DateURL field
2. Somehow convert the certification field from a single row into the table header? With CertPerson in the first column, and every other column being the name of a certification
I tried this with a crosstab query on a subform but access wouldn't even process it (I got an error).
I think my other option is to do it manually, but if certifications change, I would have to update it manually each time.
Does anyone have any advice on what to do here? And how to query efficiently for this. I am scared that I am taking longer than I need to to even query the crosstab.
I also would not mind any sample databases or articles on the subject if you know of any similar to this.
There are about 10 different certifications each due every year, lets call them cert1, cert2, etc.
So, my list is pretty big (about 800 people in my company), and they have to do all 10 certs a year.
I have been combining the date and URL into a hyperlink so its just one field called DateURL
I know that I have to:
1. Find the most recent certification by type, and person, by max date.
2. Display the non-aggragated table to make my DateURL field
2. Somehow convert the certification field from a single row into the table header? With CertPerson in the first column, and every other column being the name of a certification
I tried this with a crosstab query on a subform but access wouldn't even process it (I got an error).
I think my other option is to do it manually, but if certifications change, I would have to update it manually each time.
Does anyone have any advice on what to do here? And how to query efficiently for this. I am scared that I am taking longer than I need to to even query the crosstab.
I also would not mind any sample databases or articles on the subject if you know of any similar to this.