G
green00guy
Hello,
Please help me out, I have spent a day struggling with this problem.
SalesRep Customer Date Amount RunningTotal
Rep 1 Cust A. 09/20 500 500
Rep 2 Cust b. 09/21 10000 10000
Rep 1 Cust C. 09/22 5050 5550
Rep 2 Cust D. 09/23 3040
103040
Rep 2 Cust E. 09/24 50000
153050
My goal is to add the rep's total in the running total so that everytime the
rep makes a sale the running total is recalculated. The comision that the
rep is paid is based on how much has been sold. So I need to see a total for
each time a sale is made.
I have been trying to use DSum([Amount],"TBLE","[TBLE]![Date] & "<[Date] &
"")
and I have not been recieving the results that you see in the RunningTotal
column. Can someone please suggest what I am doing wrong or a particular
course of action that I should take.
Can you also suggest a website for syntax, when to use [] and when to use
"", #,!...
Thanks in Advance!
Please help me out, I have spent a day struggling with this problem.
SalesRep Customer Date Amount RunningTotal
Rep 1 Cust A. 09/20 500 500
Rep 2 Cust b. 09/21 10000 10000
Rep 1 Cust C. 09/22 5050 5550
Rep 2 Cust D. 09/23 3040
103040
Rep 2 Cust E. 09/24 50000
153050
My goal is to add the rep's total in the running total so that everytime the
rep makes a sale the running total is recalculated. The comision that the
rep is paid is based on how much has been sold. So I need to see a total for
each time a sale is made.
I have been trying to use DSum([Amount],"TBLE","[TBLE]![Date] & "<[Date] &
"")
and I have not been recieving the results that you see in the RunningTotal
column. Can someone please suggest what I am doing wrong or a particular
course of action that I should take.
Can you also suggest a website for syntax, when to use [] and when to use
"", #,!...
Thanks in Advance!