Thanks Paul I found the fix in another Post.
Using the following code at the "On Current" Form and at the "After Update" Field I was able to hide it.
If [Single] = "Yes" Then
Spouse.Visible = True
Else
Spouse.Visible = False
End If
This site is really helpful, I'm glad I found it.
Greetings...
Hello,
I'm working in a Form and I'd like to show The "Spouse" Field only if the "Single" answer is YES otherwise Spouse Field must remain hidden.
Single: YES/NO
Spouse: Type name of spouse
Hope you access gurus can help me with this, thanks in advanced.
Regards