techkenny1
Technical User
Hi all,
In a continous form I have a text box (currency) in the form footer.
In the detail section I have used an unbound text box to add 2 other text boxes in the (detail section) which are used for currency totals. I now want to add all the totals in this unbound text box, in the form footer
If I use this formula in the control source:
=sum([textbox]) I get an error. If I use =nz([textbox])in the control source, I can only read the individual amounts.
How do I write a formula to get this total to work.
Many thanks.
In a continous form I have a text box (currency) in the form footer.
In the detail section I have used an unbound text box to add 2 other text boxes in the (detail section) which are used for currency totals. I now want to add all the totals in this unbound text box, in the form footer
If I use this formula in the control source:
=sum([textbox]) I get an error. If I use =nz([textbox])in the control source, I can only read the individual amounts.
How do I write a formula to get this total to work.
Many thanks.