set the scene: i am trying to make a calculator for a postage cost.
Combo's to select product and quantity, cmd button to add to list, combo's index relate to array.
The name of the product gets added to the list, and the price to a text total.
I want to remove individual items, which i can...