473,378 Members | 1,384 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Running Balances

14
I have a table with the account balance, a table with the account holders infomation, a table with the interest rate, and a table with the transactions.

Then I start the queries to get some amounts that I need.
I have a query that tells you the transactions done in the first month.
A query that sorts them with all the accounts.
A query that adds interest on the transactions.
A query that adds interest on the balance.
A query that take the balance of the previous month, add the interest to it, take away the transactions and the transaction interest.

Then the next month query starts the whole process over again using the balance from the previous month as a starting point.

Everything works as it goes through the different months, it will calculate the interest in June but it says that it runs out of system resources when it tries to calculate a balance for June.

I'm not sure if you have any suggestions for the database, but I would apreciate any you can think of.

Thanks
Feb 1 '07 #1
4 1855
Rabbit
12,516 Expert Mod 8TB
System Resources Exceeded
Feb 1 '07 #2
NeoPa
32,556 Expert Mod 16PB
You've posted this same basic questions three times now.
Do you really imagine that this will garner anything more than irritation on the part of those trying to help.
Answers have been posted which you've simply ignored, not having even the courtesy to reply.

We can't guarantee answers to all your questions. I'm confident that between us we will give what help we can. If no-one knows the definitive answer to your question then I'm sorry but that's just how it is sometimes.

Maybe someone could work with you to progress the situation, except you've never replied to any answers yet.

MODERATOR.

PS. For the record, the other one is Too many queries?
Feb 2 '07 #3
Jx4
14
I am sorry that you feel so strongly about me trying to clarify my question. My first question went unanswered for awhile and I thought maybe I didn't explain myself well enough so I thought I would try again. I am fairly new at access and posting so I didn't mean to make you so annoyed! As I worked on my database and figured things out I thought I should be more specific in my questions. I will try to delete my posts as not bother anyone! I was trying to get some help!



You've posted this same basic questions three times now.
Do you really imagine that this will garner anything more than irritation on the part of those trying to help.
Answers have been posted which you've simply ignored, not having even the courtesy to reply.

We can't guarantee answers to all your questions. I'm confident that between us we will give what help we can. If no-one knows the definitive answer to your question then I'm sorry but that's just how it is sometimes.

Maybe someone could work with you to progress the situation, except you've never replied to any answers yet.

MODERATOR.

PS. For the record, the other one is Too many queries?
Feb 2 '07 #4
NeoPa
32,556 Expert Mod 16PB
I am sorry that you feel so strongly about me trying to clarify my question. My first question went unanswered for awhile and I thought maybe I didn't explain myself well enough so I thought I would try again. I am fairly new at access and posting so I didn't mean to make you so annoyed! As I worked on my database and figured things out I thought I should be more specific in my questions. I will try to delete my posts as not bother anyone! I was trying to get some help!
Please don't feel offended.
I didn't mean to sound heavy. Just trying to tidy up the confusion to make it easier for our (voluntary) experts to be able to help more easily.
The thing to do in your case is :
  • Always to reply to posted answers to your thread. If they are not very helpful sometimes, they're invariably someone's attempt to help.
  • When you have updates (or clarifications) to your original question, post them in the same thread, simply as different posts. That way it is easier to work on your problem.
Above all, I am not annoyed (especially as you've explained why...) but as a moderator it is my responsibility to try to keep things in here running as smoothly as possible. If you saw the volume of questions we deal with on a daily basis you'd better understand why that has to be treated seriously.
Feb 2 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: paul | last post by:
I have a query that takes monthly totals and rolls them up to get a balance at a specific time code eg: dt bucket mon_ttl --- ------ ------- 199903 ...
7
by: Ross Presser | last post by:
OK, I've been researching this problem and can't find a definitive answer yet. The situation is one that seems to have come up a few times to different folks. I am writing an application that...
4
by: Bill Dika | last post by:
Hi I am trying to calculate a running total of a calculated textbox (tbAtStandard) in GroupFooter1 for placement in a textbox (tbTotalAtStandard) on my report in Groupfooter0. The problem...
5
by: Colleyville Alan | last post by:
I have some data in a table structured like this: Date Cust_ID CUSIP Amount 01/31/2005 060208 02507M303 27,061.84...
1
by: Ennio-Sr | last post by:
Hi all! Testing a script where I need to make sure that postgresql is running before passing a <psql dbasename -c "insert into ..." > instruction I faced this curious behaviour: This is the...
4
by: tshad | last post by:
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to...
1
by: Tigerlily | last post by:
// Program to create new accounts, perform deposits, withdrawals, and bank //inquiries #include<iostream> #include<fstream> using namespace std; void menu(); int read_accts(int , double ,...
6
by: balancetotal | last post by:
Creating a running sum in continuous form in Access 2003 -------------------------------------------------------------------------------- Hello: I have three forms on my user-interface. ...
2
by: upperclass | last post by:
Hi, I'm trying to find a decent way to measure program running time. I know clock() is probably the standard way of doing it but clock_t overflows too quickly. The target program running time...
1
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.