Setup:
One table called documents with columns author_id and reviewer_id (among others).
One table called users with column user_id.
I need to create two referential integrity links:
One-to-many between user_id and author_id.
One-to-many between user_id and reviewer_id.
In other words, these two columns in documents are independent of one another, but both should have a value that is a valid user_id.
Adding either one of these relationships works fine. When I try to add a second relationship in the Edit Relationships window, Access complains with the following message:
Microsoft Office Access can't enforce referential integrity for this relationship.
I've searched, but couldn't find any solutions to this. Any ideas on how this relationship could be configured?