I have designed a form for entering new projects into our project database. In one of the controlls the user should enter the name of the project manager for the new project. I have made this controll a combo box so that the user can choose a project manager from a drop list or just write the name of the project manager if it is not in the list.
However if a user writes in a new project manager, I want that project manager to be added to the drop down list, so that next time a user wants to register a new project with that project manager, he or she can choose that project manager from the list instead of having to type it in again.
This will also prevent spelling errors so that you get for example one project manager named Smith and one named Smiht when in fact it is the same project manager.
Can this be done in an easy way?
However if a user writes in a new project manager, I want that project manager to be added to the drop down list, so that next time a user wants to register a new project with that project manager, he or she can choose that project manager from the list instead of having to type it in again.
This will also prevent spelling errors so that you get for example one project manager named Smith and one named Smiht when in fact it is the same project manager.
Can this be done in an easy way?