Hi All,
I have a relatively elementary question for you all…
I have a database that stores information about brochures on hand. Each brochure can come in one of the following languages: English, Spanish, French, or a combination of the three.
I have a many-to-many relationship structured like this:
Products Table
- Product ID
Languages Table
- Languages (list of languages here)
ProductLanguage Table
- ProductLanguage ID (autonumber)
- Languages (linked to the languages table)
- ProductID (linked to the product table)
I need to create a data entry form that allows users to add NEW items. I am absolutely stumped on how it is I allow a user to select multiple values from a many-to-many relationship on a form.
I’ve done quite a bit of googling and this is my last resort. If any of you could point me in the direction of a good tutorial or give me a few pointers, that would be extremely appreciated.
Thanks!
I have a relatively elementary question for you all…
I have a database that stores information about brochures on hand. Each brochure can come in one of the following languages: English, Spanish, French, or a combination of the three.
I have a many-to-many relationship structured like this:
Products Table
- Product ID
Languages Table
- Languages (list of languages here)
ProductLanguage Table
- ProductLanguage ID (autonumber)
- Languages (linked to the languages table)
- ProductID (linked to the product table)
I need to create a data entry form that allows users to add NEW items. I am absolutely stumped on how it is I allow a user to select multiple values from a many-to-many relationship on a form.
I’ve done quite a bit of googling and this is my last resort. If any of you could point me in the direction of a good tutorial or give me a few pointers, that would be extremely appreciated.
Thanks!