Join Key Error

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

Guest

I am trying to base a form on a Query that contains data from a main table
and a look up table. When I try to update the information in the form I am
getting a Join Key error on the recordset and it will not allow me to add
records.

Any suggestions?
 
Hi ksfireworksgal,

Usually a join error will be related to trying to either
(a) add something that doesn't exist in your linked table
or
(b) not selecting something when it's required to be selected (by the linked
table).

Check that you aren't attempting to add a value that isn't in your linked
table. Also check that you don't have numeric fields (used for linking) that
default to 0, as this will cause the above error also.

Can you run your query and have it return results correctly?

Damian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top