error: join key not in recordset

  • Thread starter Thread starter Patty
  • Start date Start date
P

Patty

What does the error "join key of table 'tablename' not in
recordset" mean? I am not able to enter new data on a
form.
 
Patty

For Access to know which record to make the changes to, it needs to have a
key field. I suspect your error message is telling you that you don't have
the key field from the table you are trying to update/enter info to.
 
Back
Top