K
kaya
Guest
I have created a simple Order form, which includes one main form and one subform.
In the main form, the user is required to input Order Number, Date and select a customer from a combo box.
In the subform, user is required to select products and input the quantity of products sold to each customer.
Here is what I wanted to do:
After selecting a customer from the main form, ALL the products (from the Product table) will automatically be shown in the subform. So that the user will not have to choose the products from a combo box everytime they enter a new order. Instead, the user will ONLY be required to enter the quantity sold in the subform.
Does anyone knows how to do it? Please give me some advices. Thank you.
________________________________________________
MAIN FORM
Order Number: 001
Order Date: Oct 1, 2002
Customer Name: Samtron
________________________________________________
SUBFORM
PRODUCTS: QTY SOLD:
Pen
Pencial
Ruler
Easer
Highlighter
.
.
.
.
.
In the main form, the user is required to input Order Number, Date and select a customer from a combo box.
In the subform, user is required to select products and input the quantity of products sold to each customer.
Here is what I wanted to do:
After selecting a customer from the main form, ALL the products (from the Product table) will automatically be shown in the subform. So that the user will not have to choose the products from a combo box everytime they enter a new order. Instead, the user will ONLY be required to enter the quantity sold in the subform.
Does anyone knows how to do it? Please give me some advices. Thank you.
________________________________________________
MAIN FORM
Order Number: 001
Order Date: Oct 1, 2002
Customer Name: Samtron
________________________________________________
SUBFORM
PRODUCTS: QTY SOLD:
Pen
Pencial
Ruler
Easer
Highlighter
.
.
.
.
.