Is there a way to mark a linked record field as mandatory?
I have 3 tables like this:
Client (which is made up of people who belong to Branches)
Branch (which has people in it and has a link to the Company whose Branch it is)
Company (which contains Branches)
I want to ensure that if someone creates a new Client, they must assign them to a Branch, and that Branch must be assigned to a Company.
Can this be done in the tables directly?
Can this be done in an entry Form?
Can this be done in an Interface?
Thanks.