How to disable a subform field based on the input of another subform field

How to disable a subform field based on the input of another subform field

Hello,

I have a subform within a form. I want one of the fields within that subform (Checker) to be disabled based on the input of another field (Editor) within the same subform.

Editor is a lookup field that pulls from the Name field in another form (Team_Members). I want Checker to be disabled when the Status field for the relevant entry within the Team_Members form is equal to "Graduate".

How do I do this?