S
Sandra
I have a tabbed form for Master table.
Page 1 - Main form for Master table.
Page 2 - Subform to add Relations linked to Master.
Page 3 - Subform to add Donations linked to Master.
In the Donations form I have a combo box to select a
Relation linked to the current record of the Master table
on Page 1, but the relations list in the combo box always
shows the records linked to the first Master record in
the table, rather than the list of records linked to the
current Master record on Page 1.
Or, when I tried it another way, I get the entire list of
Relations, and not just the list filtered to the current
Master record.
Master table:
PPID - PK for each record
Relations table:
RID - PK for each record
RPPID - link to Master record PPID
Donations Table:
DID - PK for each record
PPID - link to Master record PPID
RID - link to Relations table
How do I get this combo box to work?
TIA,
Sandra
Page 1 - Main form for Master table.
Page 2 - Subform to add Relations linked to Master.
Page 3 - Subform to add Donations linked to Master.
In the Donations form I have a combo box to select a
Relation linked to the current record of the Master table
on Page 1, but the relations list in the combo box always
shows the records linked to the first Master record in
the table, rather than the list of records linked to the
current Master record on Page 1.
Or, when I tried it another way, I get the entire list of
Relations, and not just the list filtered to the current
Master record.
Master table:
PPID - PK for each record
Relations table:
RID - PK for each record
RPPID - link to Master record PPID
Donations Table:
DID - PK for each record
PPID - link to Master record PPID
RID - link to Relations table
How do I get this combo box to work?
TIA,
Sandra