Based on my data model, my member's table is linked to a producer's table via the member_id column. The member_id column in the member table is an auto number and I've updated the member_id column in the producer table, based on the company names being equal. The producer table's member_id column is a type number.
I've created the relationship between the two by dragging the member.member_id to producer.member_id, which is a one to one relationship, and I've selected cascade updates and deletes.
So, if I understand this correctly, if I manual add a record in the member's datasheet view, then that member_id value should self populate in the producer's table?
When I try this manual update in the member table, the updating of the producer's table does not happen.
What am I doing wrong?
CementCarver