A family of Microsoft relational database management systems designed for ease of use.
You are probably going to need to use a form with a subform. The problem is going to be that the primary form needs to be a single form (not continuous).
The subform can be a continuous form.
You might be able to use a single form for Table1.
A subform (continuous) for Table2
A subform (continuous) for Table 3 that is coordinated with the current record on on the table2 subform. Coordinated sub-forms usually involve some VBA code to control the linkage.
One way to handle the linking properties is to add a control on the table1 form that gets its value from the current record in table2 subform. Then you can link table3 subform to the control value of that control on the table1 form.
John Spencer Access MVP 2002-2005, 2007-2010 The Hilltop Institute University of Maryland Baltimore County