how do you get/retrieve the values of the items in the listview?
i'm doing a sales/inventory system and i use a listview control with columnheaders "qty"," item desc.", "unit price", and "amount". i have a command button to add all the items in the listview control. The way i want the program to work is if i press the purchase command button. each item in the "qty" column will be subtracted from the respective field in the database. How would i do that? Please provide the specific codes that i would use. i would really appreciate it.