How do i save the contents of a list view?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cheesinater
    New Member
    • Apr 2012
    • 1

    How do i save the contents of a list view?

    I am currently making a database which will save the items selected in a listview to a list. Each list is unique. I was hoping to use ListID as the primary key, with the listview displaying a check box, and the ItemName.
    Currently the List table is: (Subject to change from the help)
    ListID
    ItemID
    ItemSelected
    The item table is:
    ItemID
    ItemName
    The items above only adds one item to the list, were as I need all of the items in the item table to be inputted into this table.
    I just need some help on how I could achieve this.
    Thanks :)
Working...