If anyone is still looking at this, I still need help. I will post update at bottom of page. Please any help is appreciated.
I have not been able to figure out how to get a report to tell me what I need. My Access knowledge is not extensive. I have the 3 following tables and 1 query.
Table1 – “ClientTBL”
*CID (Client ID primary key)
CFirstName (Client First Name)
CLastName (Client Last Name)
EnrollmentDate (Client Enrollment Date)
Table2 – “SkillsTBL” (Will be a static table that is just a list of skills, not updated or not updated often)
*SkillID (Skill ID primary key)
Skills (Skills List)
Table3 – “ClientSkillsTBL”
*CID
*SkillID
Query – “ClientSkillsQry”
Skills
CFirstName
CLastName
CID
[FONT="]It sounded so simple, but I cannot figure this out. All I want is to come up with a way to make a report that will show me which clients match specific skills. This could be just one skill (which would be easy) or it could be multiple skills. Basically if an employer calls in and says they need someone who has experience welding and plumbing. I just want to print something out that gives me that list of individuals matching all skills. Is this possible at all? [/FONT][FONT="] I do have the query that shows me all the clients and all of their skills listed individually and I thought I was on the right path but all the options I have tried show me clients matching any of the skills. I attached my database if needed. It is just a few dummy records & an input form so it is small. Any help is greatly appreciated.
[/FONT]
I have not been able to figure out how to get a report to tell me what I need. My Access knowledge is not extensive. I have the 3 following tables and 1 query.
Table1 – “ClientTBL”
*CID (Client ID primary key)
CFirstName (Client First Name)
CLastName (Client Last Name)
EnrollmentDate (Client Enrollment Date)
Table2 – “SkillsTBL” (Will be a static table that is just a list of skills, not updated or not updated often)
*SkillID (Skill ID primary key)
Skills (Skills List)
Table3 – “ClientSkillsTBL”
*CID
*SkillID
Query – “ClientSkillsQry”
Skills
CFirstName
CLastName
CID
[FONT="]It sounded so simple, but I cannot figure this out. All I want is to come up with a way to make a report that will show me which clients match specific skills. This could be just one skill (which would be easy) or it could be multiple skills. Basically if an employer calls in and says they need someone who has experience welding and plumbing. I just want to print something out that gives me that list of individuals matching all skills. Is this possible at all? [/FONT][FONT="] I do have the query that shows me all the clients and all of their skills listed individually and I thought I was on the right path but all the options I have tried show me clients matching any of the skills. I attached my database if needed. It is just a few dummy records & an input form so it is small. Any help is greatly appreciated.
[/FONT]
Attachments
Last edited: