todAnthony
Wait... What?
- Local time
- Today, 08:49
- Joined
- May 25, 2011
- Messages
- 26
Looking to see how possible this is. With research I have not found anything yet.
In the report footer you get a field with a sum. I realize you can add =Sum([xField])+Sum([yField)] for a total and this could be done for multiple fields. Thats is if everything were simple.
Let's say you have 10 fields with a bit longer control source. For example:
=DSum("totalOccupied","qryWhiteOwnAbove","[ProjectName]=" & [ProjectName] & " And [TargetArea]=" & [TargetArea] & " And above=False")
Is it possible to get the sum of the 10 text boxes pulled from the report itself rather than adding the 10 long control sources pulled from other queries? I am talking about taking the 'answers' from the report rather than the query to generate another grand total.
In the report footer you get a field with a sum. I realize you can add =Sum([xField])+Sum([yField)] for a total and this could be done for multiple fields. Thats is if everything were simple.
Let's say you have 10 fields with a bit longer control source. For example:
=DSum("totalOccupied","qryWhiteOwnAbove","[ProjectName]=" & [ProjectName] & " And [TargetArea]=" & [TargetArea] & " And above=False")
Is it possible to get the sum of the 10 text boxes pulled from the report itself rather than adding the 10 long control sources pulled from other queries? I am talking about taking the 'answers' from the report rather than the query to generate another grand total.