S
satori_1
Hi, I have been searching and pulling my hair out over this for a few
weeks now and i just cant get my head around how to do it. I hope you
guys can help!
OK..I am creating an Access 2003 database that controls all my dad's
invoicing and stock control. Mostly its been really easy to do but I
have come across a big problem when trying to create the invoices.
Here is a detailed summery of what i want to be doing.
I have a table that contains headings... Product 1 to 10, Quantity 1
to 10, Net amount 1to10 and Total.
When I raise an invoice i simply (from a drop down box linked to
another table called "products") choose my "product" and then again
from another box the "quantity". This fills in the first line in the
invoice main body with what the product is and the quantity i sold and
then it displays the net value of the item that is also held in the
separate table called "products".
This process is then repeated upto 10 times to complete the invoice.
At the end of each line I have a text box that calculates the line
total by taking the quantity and multiplying it by the net value. This
also works totally fine.
Then at the bottom of the invoice I have another 3 text boxes. The
first calculates the total of the line totals. The second calculates
the tax on it and then the third adds the tax total and the line
totals together to give me a total invoice figure.
This all works fine and dandy while you are viewing the form..
However ..!!!! I cant work out how to get the figures in my text boxes
stored into the "invoice" table along with the other figures such as
quantity and product.
I believe that this is not a normal process to be storing calculated
figures as its faster to calculate them as the form opens. However...
1 - I need to be able to change the prices on the products in the
future without it effecting previous invoices.
2 - I need to have the total figure and tax stored so that i can
offset it against my output tax
I maybe doing something stupidly wrong and totally overlooking a very
basic function in access.
PLease PLEASE help me
weeks now and i just cant get my head around how to do it. I hope you
guys can help!

OK..I am creating an Access 2003 database that controls all my dad's
invoicing and stock control. Mostly its been really easy to do but I
have come across a big problem when trying to create the invoices.
Here is a detailed summery of what i want to be doing.
I have a table that contains headings... Product 1 to 10, Quantity 1
to 10, Net amount 1to10 and Total.
When I raise an invoice i simply (from a drop down box linked to
another table called "products") choose my "product" and then again
from another box the "quantity". This fills in the first line in the
invoice main body with what the product is and the quantity i sold and
then it displays the net value of the item that is also held in the
separate table called "products".
This process is then repeated upto 10 times to complete the invoice.
At the end of each line I have a text box that calculates the line
total by taking the quantity and multiplying it by the net value. This
also works totally fine.
Then at the bottom of the invoice I have another 3 text boxes. The
first calculates the total of the line totals. The second calculates
the tax on it and then the third adds the tax total and the line
totals together to give me a total invoice figure.
This all works fine and dandy while you are viewing the form..
However ..!!!! I cant work out how to get the figures in my text boxes
stored into the "invoice" table along with the other figures such as
quantity and product.
I believe that this is not a normal process to be storing calculated
figures as its faster to calculate them as the form opens. However...
1 - I need to be able to change the prices on the products in the
future without it effecting previous invoices.
2 - I need to have the total figure and tax stored so that i can
offset it against my output tax
I maybe doing something stupidly wrong and totally overlooking a very
basic function in access.
PLease PLEASE help me
