Everyone, I am totally out of my league here so any help you can offer is greatly appreciated. Firstly, my database is modeled for a manufacturing company production line. We want to report on employee and product performance on a given day. The database was not created by me but I have been challenged with normalizing it and thereby increasing reporting functionality and ease of use. Here is my challenge: The database has many tables but I have identified the following as my main tables: Line, Header, Printer, Customers, Workorders, Shift, and Employees. I need help establishing relationships between these tables. What I do understand is that the header and printer are both parts of the line and therefore should be related to one another so that we can generate reporting on the full line. Currently we are not able to generate a query that pulls all records for a specific line on a given day with both the header and printer details. I believe that once I get the relationships established then I can build the reports that I need. I have attached a watered down copy of my database. Thanks in advance for your assistance.