Create a ComboBox in a Form that creates a new document and autofills a textBox
Is it possible to create a ComboBox in a form that autofills a textBox? So I have multiple names in a combo box that has numbers associated to each. I want to be able to select more than one name and have the form create separate documents with one person per document and their associated name. Is that possible? How could I go about doing that?
|