andyukcy
Technical User
- Jul 9, 2003
- 64
I have a subform withing a form. The subform is for payments made by our students. I have a text field called tot_amount which calculates the total amount. In the main form i have a text box which is called total and takes the value from the tot_amount
=[paymentss]![tot_amount]
Unfortunately i havent been able to save that into a field.
Also, I have a print button which prints out receipts. The =[paymentss]![tot_amount] calculated totals when gets focus. This takes some seconds. When we print out the receipt, although first we set focus the total amount, the report is been printed without a value.
Help us!!1
Andy
=[paymentss]![tot_amount]
Unfortunately i havent been able to save that into a field.
Also, I have a print button which prints out receipts. The =[paymentss]![tot_amount] calculated totals when gets focus. This takes some seconds. When we print out the receipt, although first we set focus the total amount, the report is been printed without a value.
Help us!!1
Andy