I have the tables: "tblProduct", "tblProductType" & "tblCustomer"
Tables "tblProduct" & "tblProductType" have a one-many relationship, using the field "ProductId"
On a Customer Order form I want to limit the type of products a customer can order.
for example, Customer:
* ABC can order ALL products, irrespective of the product type
* HIJ can order products belonging to product type Furniture
* XYZ can order products belonging to product types Furniture, Pottery & Garden
I am unsure how to achieve this so an help will be greatly appreciated.
Is this done during table design or via a query or a combination of both?
Tables "tblProduct" & "tblProductType" have a one-many relationship, using the field "ProductId"
On a Customer Order form I want to limit the type of products a customer can order.
for example, Customer:
* ABC can order ALL products, irrespective of the product type
* HIJ can order products belonging to product type Furniture
* XYZ can order products belonging to product types Furniture, Pottery & Garden
I am unsure how to achieve this so an help will be greatly appreciated.
Is this done during table design or via a query or a combination of both?