O
ovim
I'm trying to teach myself Access, but so far its not going so great.
I've created a database with a few tables in it.
Now Im trying to make a form with which i can update my tables with data on
Customer, products purchased, price etc.
My form has a subform in tabular form with combobox from which you can select
products, a box telling the price, a box to add the quantity and field which
calculates the price for one row. in the footer of the subform I have a box
which calculates the sum of all prices.
On my mainform I have a box which refers to the totalprice box in the footer
of the subform. How can I get the totalprice to be updated to my sales table?
I have the reference to the subform as the control source.
I've created a database with a few tables in it.
Now Im trying to make a form with which i can update my tables with data on
Customer, products purchased, price etc.
My form has a subform in tabular form with combobox from which you can select
products, a box telling the price, a box to add the quantity and field which
calculates the price for one row. in the footer of the subform I have a box
which calculates the sum of all prices.
On my mainform I have a box which refers to the totalprice box in the footer
of the subform. How can I get the totalprice to be updated to my sales table?
I have the reference to the subform as the control source.