I have the table A with the following relationships:
Relationship Destination Inverse
input B state
output B state
And the table B with the following relationship:
Relationship Destination Inverse
state A input
And I get the warning:
The inverse relationship for state.input does not reciprocate an inverse relationship
Is there a right way how can I fix the warning?