I was thinking to use the DoCmd.NavigateTo technique to shift focus to a specific form by name, and then be able to issue to that form a DoCmd.Minimize / DoCmd.Restore.
I am not finding example code of now to DoCmd.NavigateTo to a specific form. The official help docs are rather vague and example-less.
The only thing I currently use DoCmd.NavigateTo for currently is to minimize the Navigation Pane, which that is referred to by what looks like an internal constant value... thus is a poor example of how to NavigateTo a specific Access form.
I am not finding example code of now to DoCmd.NavigateTo to a specific form. The official help docs are rather vague and example-less.
The only thing I currently use DoCmd.NavigateTo for currently is to minimize the Navigation Pane, which that is referred to by what looks like an internal constant value... thus is a poor example of how to NavigateTo a specific Access form.