HI! Arnelgp,
I have changed the below logic
Me.Claim.Value = Switch(z > 0, "Excess", z = 0, "Cleared", True, "Short")
To
Me.Claim.Value = Switch(z > 0, "Short", z = 0, "Cleared", True, "Excess")
i tried to do add new record on Form1 with the below combination:
SRSubType : IN...