A
akoganslm
i have a tab control w/ a bunch of tabs. most of these tabs have
subform (or 2). to increase performance, the subforms are unbound
until the tab is clicked (i do this w/ code). this works well.
the issue is when i click on one of the tabs w/ a subform, i can NOT
use the Tab key; i get a Windows 'beep' (no error message). it is as
if there is NO focus on any control. if i click in a subform/control
on that tab, i can then use the Tab key to navigate. this is annoying
as it slows down data entry because i then have to use the mouse.
this does NOT happen if: i remove the code that sets the subforms OR i
click on a tab without any subforms.
i have used the .SetFocus in every way i can think of to make this
work but no luck.
please help!
subform (or 2). to increase performance, the subforms are unbound
until the tab is clicked (i do this w/ code). this works well.
the issue is when i click on one of the tabs w/ a subform, i can NOT
use the Tab key; i get a Windows 'beep' (no error message). it is as
if there is NO focus on any control. if i click in a subform/control
on that tab, i can then use the Tab key to navigate. this is annoying
as it slows down data entry because i then have to use the mouse.
this does NOT happen if: i remove the code that sets the subforms OR i
click on a tab without any subforms.
i have used the .SetFocus in every way i can think of to make this
work but no luck.
please help!