i’ve got the following table model:
table1 table 2 table 3
for space saving features i don’t want to create a subform within a subform, the last subform should go into its own page.
i’ve been unable to achieve the following form setup:
– main form with main table (table 1)
– a page control
– on the first page a continuous form representing subtable 2 linked to table1 (no problem with this)
– on the second page a continuous form representing subsubtable 3 linked to subtable 2. here’s where i’m experiencing problem linking the fields. access, logically, presents in its subform wizard table 1 & 3 to link, but i want to link fields between 2 & 3.
in page 2 only the records of table 3 that are linked to the selected record of table 2 should be shown, how do i accomplish this?