I'm trying to implement a list box that populates a link table.
Tables:
- Product
- ProductLink
- Attributes
The listbox is a multi select. When I select a value from the listbox it should insert attributeID and productID into ProductLink. When a value is removed the row should be removed from...