Trying to automate a Field input based on the 2 previous field inputs. (In the same row)
If (Field X = True) AND (Field Y = True) THEN (Field Z = True)
(another example would be:)
If (Field X = False) AND (Field Y = False) THEN (Field Z = False)
Can this be done? Many thanks!