K
Kirk P.
Here's my data:
GrantID FiscalYr EstForf CumEstForf
1 2001 1000 1000
1 2002 500 1500
1 2003 700 2200
2 2001 1500 1500
2 2002 600 2100
2 2003 500 2600
What I would like is to create a field called CumEstForf
that would cumulate EstForf within each GrantID by Fiscal
Year. Can someone provide the SQL text to get this query
to work?
Thanks!
GrantID FiscalYr EstForf CumEstForf
1 2001 1000 1000
1 2002 500 1500
1 2003 700 2200
2 2001 1500 1500
2 2002 600 2100
2 2003 500 2600
What I would like is to create a field called CumEstForf
that would cumulate EstForf within each GrantID by Fiscal
Year. Can someone provide the SQL text to get this query
to work?
Thanks!