W
wizard_chef
I have a fairly typical customer-product Access DB that uses the
following scheme to log in an order:
A customer is selected from the customer table using a form showing
customer contact info, and a popup window is used to enter the order.
The popup window is a form that includes a subform. The subform is in
datasheet format, and constains a list of product description (select
from drop-down list), quantity, price, etc.
Here's the problem. The product list is growing, so now the product
drop-down list is getting hard to navigate to select the product and
the problem is getting worse. What I want to do is to create a product
"sub-table" that contains a list of only the current products, and only
include those in my drop-down list for selection of a sale. When I try
to do this, it breaks the list of previous orders for a given customer,
since the previous items no longer show up in the product sub-table.
What is the best way to do this? Create an entirely new popup order
form with the new product sub-table? Modify the current form in some
way (how?)?
wizard_chef
following scheme to log in an order:
A customer is selected from the customer table using a form showing
customer contact info, and a popup window is used to enter the order.
The popup window is a form that includes a subform. The subform is in
datasheet format, and constains a list of product description (select
from drop-down list), quantity, price, etc.
Here's the problem. The product list is growing, so now the product
drop-down list is getting hard to navigate to select the product and
the problem is getting worse. What I want to do is to create a product
"sub-table" that contains a list of only the current products, and only
include those in my drop-down list for selection of a sale. When I try
to do this, it breaks the list of previous orders for a given customer,
since the previous items no longer show up in the product sub-table.
What is the best way to do this? Create an entirely new popup order
form with the new product sub-table? Modify the current form in some
way (how?)?
wizard_chef