I currently have a form which displays a list of students which can be imported into a table. Some of these students may however already exists in that table.
I want some code so that if i click on a student, and that student already exists in the other table, i get a message saying that the student can't be imported as they exist. The primary key on the table to import to is StudentID, and this field also exists on the import form.
Thanks.
I want some code so that if i click on a student, and that student already exists in the other table, i get a message saying that the student can't be imported as they exist. The primary key on the table to import to is StudentID, and this field also exists on the import form.
Thanks.