is it possible to store the number that is calculated in a feild.
I have a form and a subform, the form is a typical invoice style with id bill to subtotal, tax, total
the subtotal comes from the subform where i have a calculation in te footer.
so the subtotal is =[invoicesub]!total
the tax is =[subtotal]*0.1
and total is =[subtotal]+[gst]
what i wanted to do is store these figures in a table. At the moment the form id, bill to and date are getting stored fine but i really wanted the toatls for an invoice report.
Chris
I have a form and a subform, the form is a typical invoice style with id bill to subtotal, tax, total
the subtotal comes from the subform where i have a calculation in te footer.
so the subtotal is =[invoicesub]!total
the tax is =[subtotal]*0.1
and total is =[subtotal]+[gst]
what i wanted to do is store these figures in a table. At the moment the form id, bill to and date are getting stored fine but i really wanted the toatls for an invoice report.
Chris