Count

ddrew

seasoned user
Local time
Today, 15:22
Joined
Jan 26, 2003
Messages
911
I wonder if someone can help me with a count function. I ahve looked at the help files, but I cant understand it. Basiclly I have a number box on a form, I need to add to gether the numbers from each record to form a total. Simple as that! Thanks!
 
Sorry I'm still none the wiser
 
No worries I worked out a way with a query to get what I wanted, thanks anyway.
 
ddrew said:
I wonder if someone can help me with a count function. I ahve looked at the help files, but I cant understand it. Basiclly I have a number box on a form, I need to add to gether the numbers from each record to form a total. Simple as that! Thanks!

=DSUM("[fieldname]","table")

Will "add to gether the numbers from each record to form a total." Isn't that what you asked for? Did you lookup DSUM in Access Help?
 

Users who are viewing this thread

Back
Top Bottom