B
Bonnie
Using AXP. I have a main form with contract info and
subform for participant withdrawal requests. Unique field
on the subform is SSN. I need to have a message pop up on
the SSN BeforeUpdate event to say "that SSN already
exists, are you sure you need an additional record for
that participant".
What is the best way to handle that? Don't want to use
Primary Key (no dupes) as sometimes we do have more than
one withdrawal request for one SSN. (Records are
periodically appended to another table so each year a
person can have another withdrawal.)
Thanks in advance for any help.
subform for participant withdrawal requests. Unique field
on the subform is SSN. I need to have a message pop up on
the SSN BeforeUpdate event to say "that SSN already
exists, are you sure you need an additional record for
that participant".
What is the best way to handle that? Don't want to use
Primary Key (no dupes) as sometimes we do have more than
one withdrawal request for one SSN. (Records are
periodically appended to another table so each year a
person can have another withdrawal.)
Thanks in advance for any help.