I have two FileMaker tables that are linked using a relationship. The relationships matches based on the content of two fields:
TableA.Foo matches TableB.Foo
TableA.Bar matches TableB.Bar
Is there a way to enforce constraints on this relationship in FileMaker? When entering objects in TableA
, I'd like to ensure that the values entered in fields Foo
and Bar
are such that there exists a corresponding record in TableB
. Is this possible?
Bonus points if I could somehow autocomplete values of Bar
based on the entries of TableB
and the value already entered in Foo
.