I've been trying to create a running total in a query but can't seem to figure it out. I checked multiple sites on the web with no luck. They directed me to use one of two routes: SLQ or the DSum() function.
No matter which one I try to use this message pops up:
Microsoft Office Access has encountered a problem and needs to close. We are sorry for the inconvenience.
After that I can never try to open that particular query again (even to change it) or else the message pops up and Access restarts.
Let me explain further. I'm trying to keep banking records. This requires me to have a running total to keep the current balance of the account. For instance,
Description--In---Out--Balance
[entry]-----300--------300
[entry1]-----------20--280
[entry2]----40---------320
etc.
Obviously I need to start with the previous entry 'Balance' and either add the current entry 'In' or subtract the current entry 'Out' to create the new 'Balance'.
I'm used to working with Excel, so that function is extremely easy for me. With the records getting larger every day, and me wanting to manipulate the numbers, you can see how I want to convert to Access. But being fairly new to the program, I'm not up to par on advanced questions of this nature. Maybe it's not actually possible to do what I'm envisioning but I'm not ready to give up yet.
I will appreciate any help.
No matter which one I try to use this message pops up:
Microsoft Office Access has encountered a problem and needs to close. We are sorry for the inconvenience.
After that I can never try to open that particular query again (even to change it) or else the message pops up and Access restarts.
Let me explain further. I'm trying to keep banking records. This requires me to have a running total to keep the current balance of the account. For instance,
Description--In---Out--Balance
[entry]-----300--------300
[entry1]-----------20--280
[entry2]----40---------320
etc.
Obviously I need to start with the previous entry 'Balance' and either add the current entry 'In' or subtract the current entry 'Out' to create the new 'Balance'.
I'm used to working with Excel, so that function is extremely easy for me. With the records getting larger every day, and me wanting to manipulate the numbers, you can see how I want to convert to Access. But being fairly new to the program, I'm not up to par on advanced questions of this nature. Maybe it's not actually possible to do what I'm envisioning but I'm not ready to give up yet.
I will appreciate any help.