The form (based on all three tables) would have 2 regions in it. Region 1 is the Repairs table, Region 2 is the Parts table . I presume that each table has the WorkOrder no. in it as the key to each record.
Region 2 would also have the Repair No. in it ----- Original Message ----- From: "Dan Goldberg" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Thursday, October 27, 2011 6:30:57 PM Subject: [RBASE-L] - Re: one to many to many Thanks Bernie. I got the tables set but I am drawing a blank on how to structure it in a form. Dan From: [email protected] Sent: Thursday, October 27, 2011 3:22 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: one to many to many The repairs table would be a region with the key to the header table. The Parts table would be a separate region with the key to the Repairs table. Good luck, Bernie Lis ----- Original Message ----- From: "Dan Goldberg" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Thursday, October 27, 2011 6:12:49 PM Subject: [RBASE-L] - one to many to many I have a work order. Each work order has many repairs. Each repair has many parts. Header Table – One Repairs Table – Many repairs to one header Parts Table – Many parts to each Repair I know I can do a one to many form but how do I create a form based on one to many to many? If anyone has any ideas let me know. It would be appreciated!! TIA Dan Goldberg

