Bilbo_Baggins_Esq
Registered User.
- Local time
- Today, 00:52
- Joined
- Jul 5, 2007
- Messages
- 586
Access 2013 x86 running on Windows 10
I have a form ("Front") which contains a NavigationControl ("NavigationControl0")
"NavigationControl0" contains buttons to select (load) between 3 different subforms:
"Welcome"
"ImportData"
"ExportData"
When the "Front" form is opened, the default view of the NavigationControl is the "Welcome" subform.
Whenever I use the buttons in the NavigationControl, the associated subform is loaded and that subform's OnLoad event is triggered.
The problem:
On the "ImportData" subform there is a button to initiate the data import processes.
That works fine.
However, I want the "Welcome" subform to be "activated" or "selected" (or whatever the correct term is) such that the user would then see the "Welcome" subform instead of the "ImportData" subform.
I can't figure it out.
I've tried a basic DoCmd.OpenForm but the subform is just opened on top of (in addition to) the "Front" form instead of just selecting the "Welcome" subform.
PLEASE HELP
I've never worked with NavigationControls before and so far I'm not liking it.
I have a form ("Front") which contains a NavigationControl ("NavigationControl0")
"NavigationControl0" contains buttons to select (load) between 3 different subforms:
"Welcome"
"ImportData"
"ExportData"
When the "Front" form is opened, the default view of the NavigationControl is the "Welcome" subform.
Whenever I use the buttons in the NavigationControl, the associated subform is loaded and that subform's OnLoad event is triggered.
The problem:
On the "ImportData" subform there is a button to initiate the data import processes.
That works fine.
However, I want the "Welcome" subform to be "activated" or "selected" (or whatever the correct term is) such that the user would then see the "Welcome" subform instead of the "ImportData" subform.
I can't figure it out.
I've tried a basic DoCmd.OpenForm but the subform is just opened on top of (in addition to) the "Front" form instead of just selecting the "Welcome" subform.
PLEASE HELP
I've never worked with NavigationControls before and so far I'm not liking it.