I have a list of business areas (table: "Business Area") and within each business area there are a set of products (table: "Products")The product table lists all products and the Business Area they fall within. A third table lists the product details (table: "Product Details"). I have separate forms which relate to each business area and show the details for any number of products a customer has within that business area. These forms are linked to a customer form so only that customers products are shown.
For example on the Form for Business Area "A", there could be a number of products you could scroll through and look at the individual details for each product for that customer.
The problem I face is that when the field ProductType (in the "Product Details" table) is selected I want on the form only those products which relate to that business area to be listed for selection from a drop down box.
At present I have a simple combo on the ProductType field linked to the Products table which shows all products across all Business Area's. I have tried to experiment with some queries which could then be used as the combo, but at present I confess I am stumped. I do not want to go down the route of having many ProductType fields for each Business Area in the Product Details table with their own combo boxes as this could make reporting more difficult - or would this be correct? It sounds simple but I cannot get anything to work. Could anyone provide some guidance or tips on how I could achieve my aim. Thanks in advance.
For example on the Form for Business Area "A", there could be a number of products you could scroll through and look at the individual details for each product for that customer.
The problem I face is that when the field ProductType (in the "Product Details" table) is selected I want on the form only those products which relate to that business area to be listed for selection from a drop down box.
At present I have a simple combo on the ProductType field linked to the Products table which shows all products across all Business Area's. I have tried to experiment with some queries which could then be used as the combo, but at present I confess I am stumped. I do not want to go down the route of having many ProductType fields for each Business Area in the Product Details table with their own combo boxes as this could make reporting more difficult - or would this be correct? It sounds simple but I cannot get anything to work. Could anyone provide some guidance or tips on how I could achieve my aim. Thanks in advance.