G
Guest
Hello,
Currently, in my database there are two main tables. One is for student info
(Name, address) and the other is for test visits Data(Instructor, Date, test
name, etc). So, what is happening now. New records are created for both
tables everytime a student signs in. I would like to only create a new
record in the student table if there is no other record for that student The
data table would still create a record for each specfic vist.
To acheive this I felt it would be best done in the form for the student
sign in, but I dont know where to start with the coding.
Any help would be great.
David
Currently, in my database there are two main tables. One is for student info
(Name, address) and the other is for test visits Data(Instructor, Date, test
name, etc). So, what is happening now. New records are created for both
tables everytime a student signs in. I would like to only create a new
record in the student table if there is no other record for that student The
data table would still create a record for each specfic vist.
To acheive this I felt it would be best done in the form for the student
sign in, but I dont know where to start with the coding.
Any help would be great.
David