@The_Doc_Man
I wrote a reply to posts #5 & #15 earlier today but forgot to click Post Reply...so here is a slightly modified version of my original reply
As
@ebs17 has rightly pointed out, referential integrity can certainly be set for 1:1 relationships including cascade update/delete
For example:
View attachment 106729
In fact, adding both cascades is particularly important for 1:1 relationships
It ensures that records can be added to / deleted from either table without any issues
All of the above is absolutely standard behaviour
I don't even understand what this phrase could possibly mean
By definition, referential integrity applies to both tables in the relationship
I have a lengthy 3-part article on this topic
This article discusses the differences between query joins and table relationships and explains the important use of table relationships to enforce referential integrity. Three methods of adding relationships are discussed. The article also explains how Access uses the MSysRelationships system...
www.isladogs.co.uk