Hello!
I have two tables that I want to link together. One table lists staff and the trainings that they've taken. The other lists projects and the roles that each staff person played. I want to be able to query a person's name and see their trainings, projects, and roles. The only problem is that the roles fields have multiple staff listed: i.e., the sr. analysts field shows "Bob Smith; Tracy Lee", etc. Is there any way to code this so that it matches the roles fields (a total of 6) with the staff names from the training list?
Thanks in advance...
I have two tables that I want to link together. One table lists staff and the trainings that they've taken. The other lists projects and the roles that each staff person played. I want to be able to query a person's name and see their trainings, projects, and roles. The only problem is that the roles fields have multiple staff listed: i.e., the sr. analysts field shows "Bob Smith; Tracy Lee", etc. Is there any way to code this so that it matches the roles fields (a total of 6) with the staff names from the training list?
Thanks in advance...