PDA

View Full Version : Feed Listbox from Combo box & List Boxes



wolf.stalker
05-15-2011, 08:00 PM
Greetings all and thanks for any help you may be able to provide.

as i am building this from scratch, here is what i need to acomplish. i have a combo box that contains 40 companies. i then have 3 text boxes next to it for contact person, date, time of contact.

what i want to acomplish is when the user hits a button (add?) it takes the current values (combo box and 3 text boxes) and adds them to a list box all on one row.

once that is done, the prior combo/text boxes will be cleared so the user can then pick again from the 40 and enter in a second set of data.

once the user hits the add button again, it would add a second row of data to the list box.

a crappy example might look like this with out the headers
Company Person Date Time
AT&T Mary Jane 5/15/11 14:35
Cingular Bobby Sue 5/14/11 18:37

thanks again for any help you may be able to provide with this.