Run-time error 3101 : Access is looking for a table that doesn't e

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Error says:

Run-time error '3101':

The Microsoft Jet database engine cannot find a record in the table
'Employee' with key matching field(s) 'Employee_ID'.

A Google search showed that the 3101 error is a broken join, but the join in
the combo box points to QryEmployee and OBR_Employees.

This problem happens when I try and select an employee name from the combo
box after I go to a new record. It doesn't happen any other time. Any ideas
on what I'm doing wrong here?
 
Back
Top