What does this mean?- in English

D

Database Dummy

The current field must match the join key '?' in the table that serves as the
'one' side of one-to-many relationship....
 
A

Allen Browne

In what context did you receive this message?

Here's a wild guess:
- This error occurs in a subform.
- The subform is bound to a query.
- The query contains 2 (or more) tables.
- You are trying to add a record to the related table.
- There are fields in the lookup table that have a Default Value.

If that is accurate, the problem is triggered when Access uses the Default
Value in the table on the one-side of the relationship and tries to add a
record there. Removing the Default Value from the fields in that table
avoids the problem.

Let us know if that is the context of your error.
 
D

Database Dummy

That's amazing. That's exactly the context - but I hadn't thought about the
default value.
 

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

Top