J
J
Hi,
I have two tables, Workshop and PresenterInfo. The
primary keys for both tables, workshopID and presenterID
respectively, are Autonumber fields.
I also have a WorkshopPresenter table which is a junction
table for the above two tables. This table has three
fields. viz. ID (autonumber) and the two keys from the
first 2 tables. The combination of workshopID and
presenterID forms the primary key in my junction table.
I have defined one-to-many relationships between the
above 2 tables and this table to achieve many-many
relationship between the first 2 tables. I have also
enforced Referential Integrity with Cascade Update/Delete
Records options.
I am using ASP forms to input information first into the
Workshop table and then add presenters to the
PresenterInfo table. My problem is that new records added
to the first 2 tables are not being written to the
junction table.
Could someone please help me out here? Any and all help
is appreciated.
J
I have two tables, Workshop and PresenterInfo. The
primary keys for both tables, workshopID and presenterID
respectively, are Autonumber fields.
I also have a WorkshopPresenter table which is a junction
table for the above two tables. This table has three
fields. viz. ID (autonumber) and the two keys from the
first 2 tables. The combination of workshopID and
presenterID forms the primary key in my junction table.
I have defined one-to-many relationships between the
above 2 tables and this table to achieve many-many
relationship between the first 2 tables. I have also
enforced Referential Integrity with Cascade Update/Delete
Records options.
I am using ASP forms to input information first into the
Workshop table and then add presenters to the
PresenterInfo table. My problem is that new records added
to the first 2 tables are not being written to the
junction table.
Could someone please help me out here? Any and all help
is appreciated.
J