In my checkbook program which calculates on the dates, if there is more than one date, then the result is the same for all records having the same date. This is not an issue for me. If there are duplicate dates, what would you like Access to do about it?
Here is another solution, but I don't think it will solve your issue with the duplicate dates. You will need to resolve in your mind, which is more important to you. Dates or Transactions. Without some substantial VBA which would loop through your recordset and characterize your data based first on date and then on transaction ID, I am not sure that there is an alternative solution.
http://www.datapigtechnologies.com/f...unningsum.html
Alan