This is not easy to do in forms. Forms were not intended for this sort of data manipulation. Bing: access running sum in form
http://support.microsoft.com/kb/290136
http://www.tek-tips.com/faqs.cfm?fid=5248
http://support.microsoft.com/kb/210338
Textbox in report has a RunningSum property. Also, records in reports can be grouped and running sums calculated within each group.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I was going to put a subform on the form to dispay a query that queries and sums by fund_type but it will not let me keep the the continuous form view when I add the subform and I need to keep the form continuous.
Then you might find this of interest http://www.fmsinc.com/MicrosoftAcces...edSubforms.asp
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
You are deleting with the keyboard DELETE?
Try code in the After Del Confirm event to requery the form.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
AWESOME - It Worked! Thank you!