I have a main menu form, it is the default form when the db is opened.
from it there is the button to get to form_1 and other forms.
after the work gets done on form_1 I want to return there in case there is more
work to be done. so just before the form_1
exit sub I issue the forms!form_1.set focus
However, I still return to menu form. The form_1 tab is highlighted for it being
in focus but even if I click its tab it still does not display.
I have also tried setting the focus to a control on form_1 but that does not get
it displayed either. so how to get actually displayed and usable as well as having focus?