I am trying to build the following report below:
The upper part of the report is my parent table Worders. Then I have 3 child tables Parts, AssignedTo and Lock-out Procedures. Parts & AssignedTo are linked to Worders by WONum which is the key on the worders table and auto-increment. Lock-out is linked the Equip#. I am wondering if there is a way to build the report with my returned parent data and then just link in the parts, AssignedTo and Lock-Out tables? I'm not sure the best way to build this report do I return all the data to one table or use a dataset with several tables or use sub-reports (which I've never done)?
The clincher is I need it to print out one for each AssignedTo person. Not sure if I explained that very well. It is hard to explain that is why I put the image so you can atleast see what I want it to look like.
Thanks,
Stacy