Need to find a way to store multiple values in my access 2002 database. Each record in the main table can be associated with multiple products. I have a table set up for product name, (tblProduct), my main table (tblMain), and a third table to store the values for products associated with each record (tblProductUse)
I am working on the form for entering data, and am trying to find a way to use a list box in a subform to allow the user to choose multiple product names and store the values in tblProductUse The main table and product use table are joined by the main record ID.
any help is appreciated
I am working on the form for entering data, and am trying to find a way to use a list box in a subform to allow the user to choose multiple product names and store the values in tblProductUse The main table and product use table are joined by the main record ID.
any help is appreciated