N
Nyla K
I'm creating an order entry form, which includes a combo box that allows the
end-user to pick from a table called "Product List". The "Product List" has
the following fields: product unique ID, description, and price.
I would like to be able to choose a particular product from the combo box
and automatically populate the price of that product in a separate field
(Price). I would then enter the number of products being ordered and have
that number multiply by the price of the item to update the "Total" field.
For example:
a) Product ID: "Product Price" field x "Number of Orders" field =
"Total Cost" field
What would be the best way to go about doing this?
Thanks,
Nyla
end-user to pick from a table called "Product List". The "Product List" has
the following fields: product unique ID, description, and price.
I would like to be able to choose a particular product from the combo box
and automatically populate the price of that product in a separate field
(Price). I would then enter the number of products being ordered and have
that number multiply by the price of the item to update the "Total" field.
For example:
a) Product ID: "Product Price" field x "Number of Orders" field =
"Total Cost" field
What would be the best way to go about doing this?
Thanks,
Nyla