J
Joshua McLemore
Hello,
I know the initial answer to "how do you sum a total from fields on a form"
is use the fields equation to get a sum total.
But what about when you have 33 fields that you need to sum and so the
expression is too long? For example:
Me.Audio_Sum_Cost = SUM([Forms]![frmEvent_Part1_Details]![Audio Cost 1] +
[Forms]![frmEvent_Part1_Details]![Audio Cost 2] +
[Forms]![frmEvent_Part1_Details]![Audio Cost 3] +
[Forms]![frmEvent_Part1_Details]![Audio Cost 4])
The [Audio Cost 1] ... fields are all calculated fields as well. So I need
to add up 33 of those bad boys for a grand total in the footer of my form.
Thanks for help in advance.
I know the initial answer to "how do you sum a total from fields on a form"
is use the fields equation to get a sum total.
But what about when you have 33 fields that you need to sum and so the
expression is too long? For example:
Me.Audio_Sum_Cost = SUM([Forms]![frmEvent_Part1_Details]![Audio Cost 1] +
[Forms]![frmEvent_Part1_Details]![Audio Cost 2] +
[Forms]![frmEvent_Part1_Details]![Audio Cost 3] +
[Forms]![frmEvent_Part1_Details]![Audio Cost 4])
The [Audio Cost 1] ... fields are all calculated fields as well. So I need
to add up 33 of those bad boys for a grand total in the footer of my form.
Thanks for help in advance.