My normal access helper is away at the mo, so he's told me to ask here!
I have a training database that stores our employee's training records.
The main courses table has various fields that store data, two significant ones are CourseID and EmployeeID.
Now the little issue I have is when users are entering training data into the form, they have no way of telling easily if the Employee has taken that course before.
Currently the user selects the employee from a list then selects the courses they wish to add on a continous form. Before each update is there a way of checking that this isn't a duplicate entry?
I have a training database that stores our employee's training records.
The main courses table has various fields that store data, two significant ones are CourseID and EmployeeID.
Now the little issue I have is when users are entering training data into the form, they have no way of telling easily if the Employee has taken that course before.
Currently the user selects the employee from a list then selects the courses they wish to add on a continous form. Before each update is there a way of checking that this isn't a duplicate entry?