Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Sum values from column in db

Posted 07 Dec 2004 01:43:27
1
has voted
07 Dec 2004 01:43:27 Christian Sen posted:
Does anybody know how I get DWMX to SUM all values in an Access DB column and print the number on a page?

I have finally got around to count my logins to db and know I want to gather up all the logins and show it as a number on the page. ( SELECT LoginCount FROM tblMM_Members ORDER BY ID ASC )

This is all I've got so far...

Regard, Christian

Replies

Replied 08 Dec 2004 11:09:58
08 Dec 2004 11:09:58 Lee Diggins replied:
Hey Christian

Try SELECT Count(LoginCount) FROM tblMM_Members.

Later Buddy

Digga

Sharing Knowledge Saves Valuable Time!!!

Reply to this topic