Dear All,
Seems to be another thread about calculating fields but i hope you arn't all too bored by them to answer! I'm creating an invoicing database. I have created 5 tables and their structures are below;
Client(Client_ID; Name Address etc...)
Invoices{Invoice_ID;Client_ID; Date, Total Price IncVAT, Total Price ExVAT)
InvoiceInformation(Invoice_ID;Product_ID;Quantity, Price IncVAT, Price ExVAT)
Product/ServiceS(Product_ID;Manufacturer_ID, Supplier_ID, Description,
Unit Price IncVAT, Unit Price ExVAT)
Manufacturer(Manufacturer_ID; Name, Address etc)
Supplier(Supplier_ID; Name, Address etc)
I've input all the prices for the products and services into that table. I have created a form which has the CLIENT, INVOICE and INVOICE INFORMATION tables in it (the latter two as subforms/tables).
How do i get it to calculate "PriceIncVAT" in InvoiceInformation from "Unit Price IncVAT" in Products/Services x "Quantity" in Invoice Information ?
Similarly how do i get "Total Price IncVAT" in Invoices to be the sumtotal of all the "PriceIncVAT"s in InvoiceInformation.....
Probably very simple, hope you can understand what i've written above. Thanks in advance all..
Ali
Seems to be another thread about calculating fields but i hope you arn't all too bored by them to answer! I'm creating an invoicing database. I have created 5 tables and their structures are below;
Client(Client_ID; Name Address etc...)
Invoices{Invoice_ID;Client_ID; Date, Total Price IncVAT, Total Price ExVAT)
InvoiceInformation(Invoice_ID;Product_ID;Quantity, Price IncVAT, Price ExVAT)
Product/ServiceS(Product_ID;Manufacturer_ID, Supplier_ID, Description,
Unit Price IncVAT, Unit Price ExVAT)
Manufacturer(Manufacturer_ID; Name, Address etc)
Supplier(Supplier_ID; Name, Address etc)
I've input all the prices for the products and services into that table. I have created a form which has the CLIENT, INVOICE and INVOICE INFORMATION tables in it (the latter two as subforms/tables).
How do i get it to calculate "PriceIncVAT" in InvoiceInformation from "Unit Price IncVAT" in Products/Services x "Quantity" in Invoice Information ?
Similarly how do i get "Total Price IncVAT" in Invoices to be the sumtotal of all the "PriceIncVAT"s in InvoiceInformation.....
Probably very simple, hope you can understand what i've written above. Thanks in advance all..
Ali