M
maupiedra
Your help with this will be greatly appreciated!!! This should be a pretty
simple issue to resolve but for some reason I'm having the hardest time
figuring out this simple footer.
The footer for 'Field A' below should be a total of footers Field B + Field C
+ Field D + Sum(Field E). Footer Field A is where I'm having issues. It
just doesnt add up the different footers... Any clue on what I'm doing wrong?
???
Thanks,
Mauricio.
Master Sub
Acct Acct Field A Field B Field C Field D Field E
12345 12345 100 10 10 80 20
12346 0 0 20 10 40
12347 0 0 -10 0 0
Footer for: 12345 =[Field B] Field B Field C Field D
=sum([Field E])
+ [Field C]
+ [Field D]
+ sum([Field E])
Following is what the footer output should look like:
Master Sub
Acct Acct Field A Field B Field C Field D Field E
Footer for: 12345 160 10 10 80
60
simple issue to resolve but for some reason I'm having the hardest time
figuring out this simple footer.
The footer for 'Field A' below should be a total of footers Field B + Field C
+ Field D + Sum(Field E). Footer Field A is where I'm having issues. It
just doesnt add up the different footers... Any clue on what I'm doing wrong?
???
Thanks,
Mauricio.
Master Sub
Acct Acct Field A Field B Field C Field D Field E
12345 12345 100 10 10 80 20
12346 0 0 20 10 40
12347 0 0 -10 0 0
Footer for: 12345 =[Field B] Field B Field C Field D
=sum([Field E])
+ [Field C]
+ [Field D]
+ sum([Field E])
Following is what the footer output should look like:
Master Sub
Acct Acct Field A Field B Field C Field D Field E
Footer for: 12345 160 10 10 80
60