D
dhstein
I want to set a textbox to .Visible = False in the event "After_Update" but I
can't set that property when the control has the focus. Is there a way to
move the focus to another control and run some code there that can set the
textbox to .Visible = False ? Thanks for any help you can provide.
can't set that property when the control has the focus. Is there a way to
move the focus to another control and run some code there that can set the
textbox to .Visible = False ? Thanks for any help you can provide.