S
Sparky
I have a form that invoice text and amounts are entered before
printing.
The form has client name, address and the OrderID displayed from the
Orders table but I use unbound text boxes to enter amounts and
calculate tax etc on the form before printing.
My plan is to update the invoice total field in the orders table
(invtotal) with the calculated values in the form text boxes on
leaving the form to preview the report. I use a button on the form to
go to the report preview.
The report will display the updated values from the orders database.
The problem is how to update the orders fields on leaving the form.
Any ideas welcome!
Sparky
printing.
The form has client name, address and the OrderID displayed from the
Orders table but I use unbound text boxes to enter amounts and
calculate tax etc on the form before printing.
My plan is to update the invoice total field in the orders table
(invtotal) with the calculated values in the form text boxes on
leaving the form to preview the report. I use a button on the form to
go to the report preview.
The report will display the updated values from the orders database.
The problem is how to update the orders fields on leaving the form.
Any ideas welcome!
Sparky