H
Huan
Hi,
I'd like to build a query to cumulative total. For example
EmployeeID Amount
A $10
A $20
A $30
B $88
B $99
I'd like to have query to cumulative total by EmployeeID such as
EmployeeID Amount
A $10
A $30
A $60
B $88
B $187
Please help and advise.
Thanks in advance.
Huan
I'd like to build a query to cumulative total. For example
EmployeeID Amount
A $10
A $20
A $30
B $88
B $99
I'd like to have query to cumulative total by EmployeeID such as
EmployeeID Amount
A $10
A $30
A $60
B $88
B $187
Please help and advise.
Thanks in advance.
Huan