D
dakotasteve
My Dilemma
I need a way to sum only the salary accounts (they begin with 511XXX)
especially summarizing all
Program Description Account # Amount
2010 Salaries 511200 100
2010 Call Back Pay 511202
120
2010 Utilities 530004
400
2020 Overtime 511201 150
2030 Benefits 52000
200
2040 Periodicals 53000 250
3010 Salaries 511200
300
3010 Benefits 52000
350
4010 Salaries 511200
400
My goal is to create a report that would cherry pick a report tha
would give me a summary of all 511XXX salary accounts totaled b
program. In this example I would expect to see Program 2010 to tota
to $220. There are approximately 30 accounts that begin with the 51
prefix, so I think I need to use a wildcard to sum
I need a way to sum only the salary accounts (they begin with 511XXX)
especially summarizing all
Program Description Account # Amount
2010 Salaries 511200 100
2010 Call Back Pay 511202
120
2010 Utilities 530004
400
2020 Overtime 511201 150
2030 Benefits 52000
200
2040 Periodicals 53000 250
3010 Salaries 511200
300
3010 Benefits 52000
350
4010 Salaries 511200
400
My goal is to create a report that would cherry pick a report tha
would give me a summary of all 511XXX salary accounts totaled b
program. In this example I would expect to see Program 2010 to tota
to $220. There are approximately 30 accounts that begin with the 51
prefix, so I think I need to use a wildcard to sum