S
swatb98
Hi, I am new to Access.
I have created one row containing input, calculation and combo boxes about
information on products and pricing. (For example, there is a QTY box in
which the user of the form inputs the quantity desired, a Part Name combo box
in which the user selects the part desired from a drop down list, and a Cost
box which displays the price of the part based on the data contained in Part
name).
In case a customer would like to order many different parts, however, I have
also created multiple rows (15), with the idea of placing one part per row.
PROBLEM 1) In a new record, once i select a part in the first row, ALL of
the other 14 Part Name combo boxes populate and default to the name of the
first part in the parts list. How can I populate only 1 combo box at a time?
PROBLEM 2) Rather than have 15 rows, could I just have 5 rows and create a
command button that (once clicked) adds another row immediately underneath
the 5th row with the same input boxes? Basically, i would compare this
command to Add Row in MS Excel. This command button would allow users to
input as many rows as they wanted.
Thanks for any help on this matter.
I have created one row containing input, calculation and combo boxes about
information on products and pricing. (For example, there is a QTY box in
which the user of the form inputs the quantity desired, a Part Name combo box
in which the user selects the part desired from a drop down list, and a Cost
box which displays the price of the part based on the data contained in Part
name).
In case a customer would like to order many different parts, however, I have
also created multiple rows (15), with the idea of placing one part per row.
PROBLEM 1) In a new record, once i select a part in the first row, ALL of
the other 14 Part Name combo boxes populate and default to the name of the
first part in the parts list. How can I populate only 1 combo box at a time?
PROBLEM 2) Rather than have 15 rows, could I just have 5 rows and create a
command button that (once clicked) adds another row immediately underneath
the 5th row with the same input boxes? Basically, i would compare this
command to Add Row in MS Excel. This command button would allow users to
input as many rows as they wanted.
Thanks for any help on this matter.