F
fidsgal
I have 3 tables that have the relationships as shown below. The 1st
table is the Main form. The 2nd table is a subform of Table 1, and
likewise table 3 is a sub of 2.
COI Table (#1):
COI ID (Primary Key)
field 2
field 3, etc.
Sub COI Table (#2):
COI ID (Primary Key)
Sub COI ID (Primary Key)
field 3
field 4, etc.
Sub Sub COI Table (#3):
Sub COI ID (primary key)
sub sub COI ID (Primary key)
field 3
field 4, etc.
GOAL: [COI ID] in #2 should display the same as in #1 AND [Sub COI
ID] in #3 should display the same as in #2.
Thank you for helping me!
--Amy
table is the Main form. The 2nd table is a subform of Table 1, and
likewise table 3 is a sub of 2.
COI Table (#1):
COI ID (Primary Key)
field 2
field 3, etc.
Sub COI Table (#2):
COI ID (Primary Key)
Sub COI ID (Primary Key)
field 3
field 4, etc.
Sub Sub COI Table (#3):
Sub COI ID (primary key)
sub sub COI ID (Primary key)
field 3
field 4, etc.
GOAL: [COI ID] in #2 should display the same as in #1 AND [Sub COI
ID] in #3 should display the same as in #2.
Thank you for helping me!
--Amy