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,...