JimmyG
Registered User.
- Local time
- Today, 00:28
- Joined
- Aug 3, 2004
- Messages
- 37
My database contains an Orders form from which the user can select the customer who is placing the order via a lookup. The database also contains a Product form from which the user is able to select the customer, using a lookup, and enter the product name. Products are exclusive to individual customers so each product is assigned to a customer.
The Orders form contains a subform which is used to enter order details, this is where my problem occurs. At present the subform contains a lookup from the products table which lists every item we produce. The situation at my company is that product ranges are exclusive to individual customers as mentioned i.e. no two customers will order the same item. It would therefore be useful if I could limit the drop down list on the subform to only contain those items which are available to the customer selected from the main form.
Is this possible? Another problem is that we also stock two items which are standard and therefore could be ordered by any customer.
I guess that the way to make this possible would be using a query, so have posted the problem here.
I appreciate any help....
The Orders form contains a subform which is used to enter order details, this is where my problem occurs. At present the subform contains a lookup from the products table which lists every item we produce. The situation at my company is that product ranges are exclusive to individual customers as mentioned i.e. no two customers will order the same item. It would therefore be useful if I could limit the drop down list on the subform to only contain those items which are available to the customer selected from the main form.
Is this possible? Another problem is that we also stock two items which are standard and therefore could be ordered by any customer.
I guess that the way to make this possible would be using a query, so have posted the problem here.
I appreciate any help....