All,
When you sell a product we require access to remove that information
from the stock table, so the product is sold througha comobo box named
"Combo4" under the prodcuts sold form which is a sub-form of the form
Appointments.
When creating the update query I used the [UnitsInStock]-1 to redcue
the number of avaliable items in stock, but Access prompts for the name
of the item you wish to remove, so how do you tell Access to get this
from the sub-form values, I thought it was:
Prodcuts Sold Form.ProductID. Combo4
But this does not work, also there are mutiple items, so we would like
one query for all the items sold when you click on the save button
When you sell a product we require access to remove that information
from the stock table, so the product is sold througha comobo box named
"Combo4" under the prodcuts sold form which is a sub-form of the form
Appointments.
When creating the update query I used the [UnitsInStock]-1 to redcue
the number of avaliable items in stock, but Access prompts for the name
of the item you wish to remove, so how do you tell Access to get this
from the sub-form values, I thought it was:
Prodcuts Sold Form.ProductID. Combo4
But this does not work, also there are mutiple items, so we would like
one query for all the items sold when you click on the save button
Comment