This After Update action doesn't work. Am I permitted to write a compound And statement.
If Me.QMarried = -1 And (Me.Primary1Relationship <> "Spouse" Or Me.Primary1Relationship <> "Parent" Or Me.Primary1Relationship <> "Child") Then
Me.UnusualBefLtr = -1
Else
Me.UnusualBefLtr = 0
End If
If Me.QMarried = -1 And (Me.Primary1Relationship <> "Spouse" Or Me.Primary1Relationship <> "Parent" Or Me.Primary1Relationship <> "Child") Then
Me.UnusualBefLtr = -1
Else
Me.UnusualBefLtr = 0
End If