A
Andrew
Hello All,
Can someone help me?
I have 3 tables in an ACCESS 2007 database, SUBJECTS (the parent table),
TRACKING (the main table with most of the data), and PAGES.
SUBJECTS contains all records with subject information sorted using SubjectID.
PAGES consists of static data of 10 records that will never change.
TRACKING consists of all the data for all SUBJECTS (linked and in a
one-to-many relationship with SUBJECTS via SubjectID) with all associated
PAGES.
For example, if a Subject is entered into SUBJECTS, I want the TRACKING
table to pre-populate 10 new records (from PAGES) associated with that
SubjectID. Then when another subject is added to SUBJECTS, another 10 records
and so on.
I know this needs to be pull data via query, but I am at a loss as to how to
do it.
Can someone suggest the correct code to use?
I would very much appreciate it.
Can someone help me?
I have 3 tables in an ACCESS 2007 database, SUBJECTS (the parent table),
TRACKING (the main table with most of the data), and PAGES.
SUBJECTS contains all records with subject information sorted using SubjectID.
PAGES consists of static data of 10 records that will never change.
TRACKING consists of all the data for all SUBJECTS (linked and in a
one-to-many relationship with SUBJECTS via SubjectID) with all associated
PAGES.
For example, if a Subject is entered into SUBJECTS, I want the TRACKING
table to pre-populate 10 new records (from PAGES) associated with that
SubjectID. Then when another subject is added to SUBJECTS, another 10 records
and so on.
I know this needs to be pull data via query, but I am at a loss as to how to
do it.
Can someone suggest the correct code to use?
I would very much appreciate it.