SquarePants said:
Hi Rick, Thanks for the quick reply.
I do have a unique index on 1stTable.Purpose and I have
built the relationship with Cascade Updates to
2ndTable.Purpose. However, when I change the value of a
record in 1stTable.Purpose it does not change the
corresponding values in 2ndTable.Purpose.
I wasn't sure if it would work if the fields involved in the relationships weren't
the Primary Key in either table, but I just tried this with a couple of sample tables
and it worked fine for me.
I had a field txt1 in Table1 (unique Index, not the PK)
I had a field txt2 in Table2 (no index, not the PK)
I created a relationship with cascade update enforced between the fields. I then
made identical entries in both tables "test". Afterwards, I changed the entry in
Table1 to "test++++" and the entry in Table2 automatically changed.