I have a frm_Menu that I substituted for the Switchboard that I used to have because it seemed most advocated doing it that way to manage security and logons.
The curious and simple problem now is that after I execute the menu option that opens a form allowing data to be entered, and finish entering the data - that instead of returning to the frm_Menu top menu selection like I tried to do by placing a SetFocus on it -- focus goes over to my navigation pane and opens whatever Access object had been highlighted last. Wonder why my SetFocus is not doing right? This one must have an easy solution.