Quickchange
Technical User
I have a database that contains information on projects. Project name, what projects are linked to a particular project etc. One of the things that I need users to enter on the form is all the Linked Projects for any other given project. In other words what projects are linked to the one project for a particular record? I want to have a combo box where users can select from a list of projects that come from a table. Ideally they will be able to select one or more of these projects from the list and then have those selections reflected somewhere else in the form like a text box. I currently have a combo box that displays the projects but I can only select one and display it in the combo box. I would like to be able to make several choices and have that reflected somewhere else on the form. Thanks in advance