Guest_imported
New member
- Jan 1, 1970
- 0
I have a primary key that is an autonumber known as [Client ID] and I have another table with [Client ID] that I use for relationship purposes. The [Client ID] in the child table is not defined as a primary key because I want to have a one-to-many relationship. the problem I am having comes when I try to create the relationship and enforce referential integrity.
When I select "Enforce Referential Integrity" and Cascade Deketed Related Records and hit create everything works fine. But once I select Cascade Update Related records I get the error message that says ***Invalid Field Definition 'Client ID' in definition of index or relationship.
The weird thing is that when I change the type from autonumber to text and reset the relationships it allows me to select both Referential Integrities, "Update..." & "Cascade..." Why is autonumber causing this problem? Thanks
When I select "Enforce Referential Integrity" and Cascade Deketed Related Records and hit create everything works fine. But once I select Cascade Update Related records I get the error message that says ***Invalid Field Definition 'Client ID' in definition of index or relationship.
The weird thing is that when I change the type from autonumber to text and reset the relationships it allows me to select both Referential Integrities, "Update..." & "Cascade..." Why is autonumber causing this problem? Thanks