I have mentor records that are related to trainee records. In the mentor records, there is a “backwards” reference called [Related Trainees] that contains a list of all the related trainee records to that mentor. I want to format the mentor based on if the column [Current Status] in any [Related Trainees] is equal to “Active Approved”… What would the code look like for that? I’m stumped as to where to start.
Would something like IF(ANY([related trainees].[Current Status])=“Active Approved”, True) work at all? I hesitate to think so…