A
Anton Ayrapetov
I have a club members database. The member table includes member's
Last Name and First name. I need to prevent multiple entry of the
member but still allow entry for persons having same last name. for
instance:
first record
Last Name: Smith
First Name: John
If clerk enters Smith John again, it should give him an error
Message something like : " Smith, John already exists in the database
"
However, if Smith Rebeca joins the club, there should be no problem to
put the record.
How to make the entry checked against two fields , and prompt for the
error only if both fields match the new entry?
thanks
Last Name and First name. I need to prevent multiple entry of the
member but still allow entry for persons having same last name. for
instance:
first record
Last Name: Smith
First Name: John
If clerk enters Smith John again, it should give him an error
Message something like : " Smith, John already exists in the database
"
However, if Smith Rebeca joins the club, there should be no problem to
put the record.
How to make the entry checked against two fields , and prompt for the
error only if both fields match the new entry?
thanks