J
JohnLute
I've designed an intermediate table (tblProfilesAssociations) that supports a bi-directional many-to-many relationship with individual entities in a table (tblProfiles).
tblProfiles
txtProfileID (PK)
tblProfilesAssociations
txtProfilesAssociations
txtProfileID (Establishes one-to-many relationship w/ tblProfiles)
(Both fields are a compound PK)
I use sfrmProfilesAssociations.cbProfilesAssociations to create Parent/Child records in tblProfileAssociations. I now need to develop a code to delete Parent/Child records.
Specifically, I need help coding child delete if the parent is deleted and vice-versa.
I know more info is needed and I'll be happy to provide it.
I appreciate any help received!
(Dirk: if you're reading this please check your mail early next week)
tblProfiles
txtProfileID (PK)
tblProfilesAssociations
txtProfilesAssociations
txtProfileID (Establishes one-to-many relationship w/ tblProfiles)
(Both fields are a compound PK)
I use sfrmProfilesAssociations.cbProfilesAssociations to create Parent/Child records in tblProfileAssociations. I now need to develop a code to delete Parent/Child records.
Specifically, I need help coding child delete if the parent is deleted and vice-versa.
I know more info is needed and I'll be happy to provide it.
I appreciate any help received!
(Dirk: if you're reading this please check your mail early next week)