how to set focus on hidden textbox
Hi,
i habe a form where i have a tb that checks if record is changed. It works fine when Tb is visible, but access tells me when i hide the textbox that it can not set focus to hidden textbox
Me.tbHidden.SetFocus
tbHidden is the name of my Textbox, it works fine when tb is visible but not when hidden. How to code that?
thanks
Hi,
i habe a form where i have a tb that checks if record is changed. It works fine when Tb is visible, but access tells me when i hide the textbox that it can not set focus to hidden textbox
Me.tbHidden.SetFocus
tbHidden is the name of my Textbox, it works fine when tb is visible but not when hidden. How to code that?
thanks
Last edited: