Hey there! I want to add rows of data in my listview from a database but I want to add only those items I chose then after listing all my items of choosing that is the time for me to save it to a table in databox. is there anyway for this?

BTW I'm using Visual Basic 2010 with MS Access 2010

One way to pick and choose the data would be to use a new datatable to store the data then when you're ready it can be saved to the database. Using a listview for data is kind of out dated, I would suggest using a datagridview, which is designed to interact with stored data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.