I am still learning Access. I have a Form called "Company", containing company information. To this form I have a subform listing the different machines they own. This subform is called "Machines". To the "Machines" form I have 2 subforms, one called "Service" and the other called "Parts". I am tracking the service issues and any parts ordered for the different machines owned by the different companies that are in our database.<br><br>For each individual company I have no problem seeing the service issues and the parts orders. My problem is that I want to be able to go to a screen and see all service issues or go to a different screen and see all parts on order for all customers. I am confident that a query is the answer. From that query I would build a form. My problem is the results of my query will only show my "Service" (for instance) data. I can not get the "Company" or "Machine" info. in the query.<br><br>I suspect relationships are the key, but I could really use some help.