Hello Everyone. I have a table where the need to pull three records from the same table is required in one record. Example: A project record shows the project manager, second in command and worker. All three of these people are employees and pull from the employee table. To get this record, you have to create an ID table, query each table to show the last and first name, then, query them together to be able to add the full record in one spot. Therefore, the only place you can see the full record is in the query. The record is actually stored in three different tables. The problem is, if you leave the manger blank and fill in everything else, that record will not show in the query the next time you pull it up. I tried to make all three table fields, required fields. This did not work. How can you force the end user to choose all three records in the query? Or, am I doing this all wrong from the beginning? Thank you, I appreciate your time and help.