How can I display multiple selections from a combo box in a text box on the same form?
Right now the user has the ability to enter customers disabilities in a text box. They want to be able to select these from a combo box. I've added two new tables to the database to hold and link the various disabilities and I've added the combo box to the form.
The users still want the nearly 600 records they have to display as before with the disabilities in the text box. I've decided to make the new combo box invisable until the user decides to add a new record and then let them select the disabilities at this time. It would be great if these would then display in the disability text box.
Does this make sense to anyone?
Right now the user has the ability to enter customers disabilities in a text box. They want to be able to select these from a combo box. I've added two new tables to the database to hold and link the various disabilities and I've added the combo box to the form.
The users still want the nearly 600 records they have to display as before with the disabilities in the text box. I've decided to make the new combo box invisable until the user decides to add a new record and then let them select the disabilities at this time. It would be great if these would then display in the disability text box.
Does this make sense to anyone?