C
C Hayes
I have two tables
-Individuals
-Participation
Participation table has two fields
IndividualID - related to the Individual table
ParticipationCode
it's a one to many relationship where the participation table has a
complex/dual primary key (the ID and the Code)
I need to run an insert query that will insert a participation code for an
individual ONLY if they do not have that code already (because of the
complex/dual key)
any ideas?
Thanks in advance.
Chris
-Individuals
-Participation
Participation table has two fields
IndividualID - related to the Individual table
ParticipationCode
it's a one to many relationship where the participation table has a
complex/dual primary key (the ID and the Code)
I need to run an insert query that will insert a participation code for an
individual ONLY if they do not have that code already (because of the
complex/dual key)
any ideas?
Thanks in advance.
Chris