A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Bank account database & sum of column



 
 
Thread Tools Display Modes
  #1  
Old February 2nd, 2006, 07:52 AM posted to microsoft.public.access.gettingstarted,microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Bank account database & sum of column

I want to make a bank note database in access2000.
My fields:
TransactionId (autonumber) PK
BankName
Amount (positive numbers for deposits and minus numbers for withdrawal)
I considered one field for deposits and withdrawals but it is possible to
take two fields for them separately. They might have their advantage and
disadvantages.
Date
Note

I want to get the total of Amount column.
1- Is it possible to do this in query? How
2- Should I do this in Report? How

Sorry for a beginner question. I don't think it is difficult question but my
Access knowledge is not enough.
TIA & Very Sincerely Yours

Rasoul Khoshravan Azar

  #2  
Old February 3rd, 2006, 08:30 PM posted to microsoft.public.access.gettingstarted,microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Bank account database & sum of column

Dear John Vinson

It is good to hear from you again.
You have solved some of my basic issues in Access a couple of years ago in
these ng's. I always remember your kind solutions with patiency in answering
questions.

I didn't expect my question is reinventing the wheel. I have faced many
occaisions that I need to use the content of a previous field in present
record.
If it has a straight forward solution, let me know.

Could you please name few shareware/freeware you have mentioned for this
purpose? Is there any one written in Access?

Will appreciate your comments
TIA
Rasoul
"John Vinson" wrote in message
...
On Thu, 2 Feb 2006 11:22:09 +0330, "Rasoul Khoshravan Azar"
wrote:

I want to make a bank note database in access2000.


Ummmm... why?

That's reinventing the wheel; you'll spend FAR more (if you charge any
plausible amount for your time) effort developing it than it would
cost you to purchase Microsoft Money, or Intuit's Quicken (though I
admit I've angrily expunged it from my system, see if you can get an
older version), or one of the many shareware/freeware checking account
management programs.

My fields:
TransactionId (autonumber) PK
BankName


Use AccountNo as well - it's routine to have (say) a savings,
checking, and credit card account at the same bank.

Amount (positive numbers for deposits and minus numbers for withdrawal)
I considered one field for deposits and withdrawals but it is possible to
take two fields for them separately. They might have their advantage and
disadvantages.


They do indeed... g

Date


Change the fieldname. Date is a reserved word.

Note

I want to get the total of Amount column.
1- Is it possible to do this in query? How
2- Should I do this in Report? How


A Totals query (click the Greek Sigma button) will give you one
option; a textbox in the Report's Footer with a control source

=Sum([Amount])

is another method.

Sorry for a beginner question. I don't think it is difficult question but

my
Access knowledge is not enough.
TIA & Very Sincerely Yours


You're welcome!

John W. Vinson[MVP]


  #3  
Old February 4th, 2006, 03:46 AM posted to microsoft.public.access.gettingstarted,microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Bank account database & sum of column

On Thu, 2 Feb 2006 11:22:09 +0330, "Rasoul Khoshravan Azar"
wrote:

I want to make a bank note database in access2000.


Ummmm... why?

That's reinventing the wheel; you'll spend FAR more (if you charge any
plausible amount for your time) effort developing it than it would
cost you to purchase Microsoft Money, or Intuit's Quicken (though I
admit I've angrily expunged it from my system, see if you can get an
older version), or one of the many shareware/freeware checking account
management programs.

My fields:
TransactionId (autonumber) PK
BankName


Use AccountNo as well - it's routine to have (say) a savings,
checking, and credit card account at the same bank.

Amount (positive numbers for deposits and minus numbers for withdrawal)
I considered one field for deposits and withdrawals but it is possible to
take two fields for them separately. They might have their advantage and
disadvantages.


They do indeed... g

Date


Change the fieldname. Date is a reserved word.

Note

I want to get the total of Amount column.
1- Is it possible to do this in query? How
2- Should I do this in Report? How


A Totals query (click the Greek Sigma button) will give you one
option; a textbox in the Report's Footer with a control source

=Sum([Amount])

is another method.

Sorry for a beginner question. I don't think it is difficult question but my
Access knowledge is not enough.
TIA & Very Sincerely Yours


You're welcome!

John W. Vinson[MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Worksheet Functions 23 January 30th, 2006 06:16 PM
What is the formula for bank account row balance column Hazeldean Worksheet Functions 2 May 17th, 2005 04:34 AM
HELP! CANNOT CONNECT TO SQL SERVER Glint General Discussion 19 May 9th, 2005 02:47 PM
Table Design A. Williams Database Design 3 April 29th, 2005 07:02 PM
Using Validation to force entry into cells? Mark General Discussion 16 October 27th, 2004 09:23 PM


All times are GMT +1. The time now is 08:26 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.