I tried to hide a text field after updating contents. I used the AfterUpdate with this code to get what I wanted...
Me.Q1TC.Visible = False
In the form the code ran and I got an...
"error 2165, can't hide a field that has the focus"
How do I hide this field? This is the same field that...