I would like to select a or more rows from a listbox from a products list and then add it to another listbox as quote for a customer.
would be very greatful if some one can be out. thank you.
Hi Mohammed, Select the items from the Listbox and stored it in an array. Then either use a for...next loop to iterate through it and populate the another table which used to store the quote for a customer and refresh the quote Listbox . Hope it helps.