G
Guest
What I'm trying to accomplish:
I have a table of products, which a user can select from in a form to create
an order (each product has a check box for the user to check if they want
it). Some products depend on eachother, (i.e. If product A is chosen, C must
also be chosen) so I need a way to have product C automatically selected as
soon as A is selected, to prevent the user from forgetting to purchase
necessary components.
How I'm doing it thus far:
Right now I have a cross reference table, which have a list of products in
one column, and the products they depend on in another (i.e. A in one, C
right next to it). I have a query running that brings back the products that
were selected by the user AND on the the dependency table (i.e. product A) so
they have further components that must be selected. However, I am stuck
here----I need to figure out how I can then set the option of JUST the
"further necessary components" to TRUE, which in some way means relating the
option field of the Dependency table to the original master products table,
but I haven't been able to make this work yet.
Any ideas?
I have a table of products, which a user can select from in a form to create
an order (each product has a check box for the user to check if they want
it). Some products depend on eachother, (i.e. If product A is chosen, C must
also be chosen) so I need a way to have product C automatically selected as
soon as A is selected, to prevent the user from forgetting to purchase
necessary components.
How I'm doing it thus far:
Right now I have a cross reference table, which have a list of products in
one column, and the products they depend on in another (i.e. A in one, C
right next to it). I have a query running that brings back the products that
were selected by the user AND on the the dependency table (i.e. product A) so
they have further components that must be selected. However, I am stuck
here----I need to figure out how I can then set the option of JUST the
"further necessary components" to TRUE, which in some way means relating the
option field of the Dependency table to the original master products table,
but I haven't been able to make this work yet.
Any ideas?