Hi folks. I'm pulling my hair out on this one.
I am creating a database to keep track of product evaluations that come in. We have a table with evaluator info, one with product info, and one that stores the evaluations themselves (since the evaluator usually evaluates more than one product).
We'd like to have a form that goes by the evaluator first, then you choose the product, then you enter in the answers to the questions. In this particular database, each question is it's own row of data (ID, Q#, Score, Comments).
I can get the overall database to work, but I'd prefer not having to select the product every time as there can be 20 questions per product per evaluator.
Any thoughts on how I can get this to work in a form? I've been trying to nest subforms, but that's not really working.
Thanks!
I am creating a database to keep track of product evaluations that come in. We have a table with evaluator info, one with product info, and one that stores the evaluations themselves (since the evaluator usually evaluates more than one product).
We'd like to have a form that goes by the evaluator first, then you choose the product, then you enter in the answers to the questions. In this particular database, each question is it's own row of data (ID, Q#, Score, Comments).
I can get the overall database to work, but I'd prefer not having to select the product every time as there can be 20 questions per product per evaluator.
Any thoughts on how I can get this to work in a form? I've been trying to nest subforms, but that's not really working.
Thanks!