I have a database with 3 basic sets of data (vendors, product types and manufacturers), all of which have many to many relationships with each other. The db is functional (I can get the information I want manually, with queries and filters), but i need to make it so anybody can use it intuitively.
I want a user to be able to pick a product type from a list, and as a result of their choice bring up a table of all the vendors who sell that product type and which vendors sell those manufacturers products.
Is there any simple way to take the choice from a list and make a query which is limited to only that product type?
I do have a query set up which will show all possible relationships(of product types, vendors who sell them, and manufacturers who make them and are represented by the vendor) all i really need to do is filter it based on the product type choice from the list.
This seems like it would be fairly common, if there is any way to do it without much coding it would help.
Thanks for the help,
Mark
I want a user to be able to pick a product type from a list, and as a result of their choice bring up a table of all the vendors who sell that product type and which vendors sell those manufacturers products.
Is there any simple way to take the choice from a list and make a query which is limited to only that product type?
I do have a query set up which will show all possible relationships(of product types, vendors who sell them, and manufacturers who make them and are represented by the vendor) all i really need to do is filter it based on the product type choice from the list.
This seems like it would be fairly common, if there is any way to do it without much coding it would help.
Thanks for the help,
Mark