G
Guest
I have a database that tracks our student's performance... they sit at a
machine where they first create their student record by entering their ID
number and name... The ID number is the primary key for the table. The
problem that I am having is sometimes users are already in the DB. How can I
create a method that they will be able to enter their info and if they DON'T
exist create a new record (this is done), but if they DO exist, just pull up
that record and allow them to continue. Anysuggestions greatly appeciated...
machine where they first create their student record by entering their ID
number and name... The ID number is the primary key for the table. The
problem that I am having is sometimes users are already in the DB. How can I
create a method that they will be able to enter their info and if they DON'T
exist create a new record (this is done), but if they DO exist, just pull up
that record and allow them to continue. Anysuggestions greatly appeciated...