JimmyG
Registered User.
- Local time
- Today, 00:28
- Joined
- Aug 3, 2004
- Messages
- 37
Hi everyone!
My database contains two tables. The first table containing customer details and the second table product details. As the products are bespoke they are assigned to a customer (no two customers can order the same product)
I have an order form which contains a subform. On the main order form I select a customer from a list, on the subform I then select the product from a dropdown list and quantity etc. The dropdown list currently lists every product from my products table. I would like to limit the list to only those products that are assigned to the current customer displayed, i.e. when I select a different customer I would like a list of their products to be displayed.
Is this possible?
I have posted this problem, going into much more detail, several times with no luck.
Hopefully this simple description should help you understand what I mean.
My database contains two tables. The first table containing customer details and the second table product details. As the products are bespoke they are assigned to a customer (no two customers can order the same product)
I have an order form which contains a subform. On the main order form I select a customer from a list, on the subform I then select the product from a dropdown list and quantity etc. The dropdown list currently lists every product from my products table. I would like to limit the list to only those products that are assigned to the current customer displayed, i.e. when I select a different customer I would like a list of their products to be displayed.
Is this possible?
I have posted this problem, going into much more detail, several times with no luck.
Hopefully this simple description should help you understand what I mean.