T
Trevor Aiston
I have a form which has a calculated control [Text35] to sum the values of 6
fields on the for
=(Val([Text29])+Val([Text30])+Val([Text31])+Val([Text32])+Val([Text33])+Val([Text34]))
Is there a way to show a running rum of all records on the form?
I've tried puting a calculated control in the footer
=Sum([Text35]).
But returns an error?
TIA
Trevor
fields on the for
=(Val([Text29])+Val([Text30])+Val([Text31])+Val([Text32])+Val([Text33])+Val([Text34]))
Is there a way to show a running rum of all records on the form?
I've tried puting a calculated control in the footer
=Sum([Text35]).
But returns an error?
TIA
Trevor