When my users are entering data for a project, if they do not see the project in the combo box list on the main form, they can click on a command button that will take them to another form where they can add the project. On the second form, there is a "save" command button and and "return to original form" command button. I have added DoCmd.Save to the "on click" on both the "save" and "return" command buttons.
The problem is that the first time the user adds a new project and returns to the main form, the new project is in the combo box list (or, if multipl users are in the database, whoever adds the first project can see it in the combo box list). The second time the user adds a new project and returns to the main form, the project is not in the combo box list (if the project form is opened, it is in that list). If the user closes the main form and opens it again, the new project is in the combo drop down list. While this is a solution, it's not very efficient!
Any help will be greatly appreciated!
The problem is that the first time the user adds a new project and returns to the main form, the new project is in the combo box list (or, if multipl users are in the database, whoever adds the first project can see it in the combo box list). The second time the user adds a new project and returns to the main form, the project is not in the combo box list (if the project form is opened, it is in that list). If the user closes the main form and opens it again, the new project is in the combo drop down list. While this is a solution, it's not very efficient!
Any help will be greatly appreciated!