I have 2 tables one with project information and the other with project budget info one to many relationship.
The main form has the project number is a combo box used to find the project. The only other field displayed on the main form is the project name. When I pull up the project, the correct project name comes up with it.
I have a subform with the budget information setup as a continuous form.
I want the user to be able to select the project number from the combo box have the project name appear and then tab to the subform.
How do I get the tab to go from the project number to the subform?
Also, if you hit the tab in the main form, it goes from the project number to project name and back to project number again, it then changes the project name to the next project. How do you stop that from happening?
The main form has the project number is a combo box used to find the project. The only other field displayed on the main form is the project name. When I pull up the project, the correct project name comes up with it.
I have a subform with the budget information setup as a continuous form.
I want the user to be able to select the project number from the combo box have the project name appear and then tab to the subform.
How do I get the tab to go from the project number to the subform?
Also, if you hit the tab in the main form, it goes from the project number to project name and back to project number again, it then changes the project name to the next project. How do you stop that from happening?