Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sum of All Fields in A Column

Status
Not open for further replies.

lpk294

Programmer
Apr 10, 2005
3
GB
Hi...
I have a table called "Cash". In this table, as you already have reailsed, you enter the amount of cash...

So a table of 5 records may look like this for the cash column:

12
34
45
56
65

What i need is a query (or anything else that works) which works out the total of all the records in the cash column.

Any suggestions please?
Thanks a lot.
 
Place a textbox in the footer(Assuming your form is continues form)
Control Source =Sum([Cash])

________________________________________
Zameer Abdulla
Visit Me
A child may not be able to lift too much.
But it can certainly hold a marriage together
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top