Entries Sum

Naka

Registered User.
Local time
Today, 15:35
Joined
Jul 27, 2007
Messages
24
is there a way to total up the number of rows i have in a table/query and have that number show up on a new seperate row kinda like the way sums are shown in msexcel. using access2003 btw, thanks
 
something like
Code:
Select Amount, DSUM("Amount", "Account") as TotalAmount From Account
Which gives you a column with the total amount of the account table.

HTH
 
do i use that code as a module? sorry im new at this
 

Users who are viewing this thread

Back
Top Bottom