View Single Post
  #1  
Old February 23rd, 2006, 03:10 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Dsum for running total

I have reviewed many of the posts on this board and I am still having an
issue with Dsum.
I have a table that contains ID(autonumber),CUSIP,Memo,Shares
For each Cusip there may be multiple records.
I need to keep a running total of the shares for each cusip.
I get the running total to work but I am having difficulty getting it to
reset at each new cusip.
This is relatively easy in Excel but I have too much data for Excel to handle.
Please help!