Hello. I am having a few minor issues with access 2013. I will explain the background of the task so that you understand the concept. Essentially I have made my database to track certifications employees have. I have laid out my database by having a kind of main table with all the employees and what teams they are assigned to. Branching off of that I have made individual tables for each team and placed the employees on that team and the certs. that employee completed within the table. I have made a search form to make it easy pull the data back by querying the information. I am able to pull back the employee name, id and team affiliation, but I am not able to pull back the certs they have.
The Problem:
Within my query I have fields for ID, First Name, Last Name, and Team name. I want to add a Certifications field that pulls from each individual table. The problem is I don't know how to link team abc, team def, and team ghi in one field in my query that grabs the data from their individual team tables. \
PLEASE HELP!!!