MS Access 2003 Win XP Pro SP2
Please help with the programming required to navigate between forms. I have a main form with an option box containing choices. Each choice is supposed to open a new form, that may have similar boxes opening additional forms of its own.
When I change the properties of the first option button, "on click" is not available as an event, only "got focus." If I program the Got Focus event to open the new form, when I navigate to the main form the first time it pops to the child form from button 1. I made sure there is no default choice selected on the option box.
I want the main form to stay open, and on clicking the option button to navigate to the child form. Another acceptable option would be to select the choice and then click a "GO" button control.
Any help with the code would be appreciated.
Thanks.
Please help with the programming required to navigate between forms. I have a main form with an option box containing choices. Each choice is supposed to open a new form, that may have similar boxes opening additional forms of its own.
When I change the properties of the first option button, "on click" is not available as an event, only "got focus." If I program the Got Focus event to open the new form, when I navigate to the main form the first time it pops to the child form from button 1. I made sure there is no default choice selected on the option box.
I want the main form to stay open, and on clicking the option button to navigate to the child form. Another acceptable option would be to select the choice and then click a "GO" button control.
Any help with the code would be appreciated.
Thanks.