kristi1023
Programmer
I have a training database where an employee will both add and edit his/her training report. The form consists of a main form and 2 subforms. My problem is that when an employee enters employee id, which is the primary key, a new record is created instead of just retrieving the data from the existing record (if a record does exist). This problem only occurs on the main form; the records in the subforms are retrieved based on the employee id. I've tried me.requery on the exit event of the employee id field with no success. Any ideas? Thank you.