I am working on a computer inventory database. We want to record some of the individual components in the various machines (as we build all our computers in-house). I have made a table for components, a table for configurations, and a table for software. I would like to be able to use a form that shows ALL of the associated records for one machine on a multipage form, each page of the form devoted to one table and the associated records. Is this even possible? Please don't worry about suggesting code here. I'm sort of looking for the best way to do this. Thank you.