I have two columns in a table, which we'll call catalog for examples sake. For examples sake, lets also say that the first column is products, and the second column is prices. On my form, I have a combo box, a listbox, and a text box. The combo box contains a list of all products (all of column 1). When the user selects an item from the combo box, first I want the form to add the item to the list box. Then I want it to remove the item from the combo box. Finally, I want the textbox to contain the total amount that the user has selected. In other words, the cumulative sum of the corresponding prices to the products that the user has selected. I can add the item selected to the list box, but I don't know how to remove the selected item from the combo box, and I don't know how to add the price of the item to the text box. Please Help.
-Mike -Mike
-Mike -Mike