Forum Moderators: coopster
i hit submit and post to a php page that inserts the info into my table
WHAT I WANT TO BE ABLE TO DO IS
before i insert my names into my table is check to see if this combination of first and last name is already there, this way i can avoid entering the same person twice.
i understand that i may have more than one joe smith but i want to check to see before i insert if its the person who is already in the db without manually looking up each person in the db and comparing it to the reports, i want my db to do the checking for me
any suggestions
thanks
jd