Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 25th, 2003, 05:51 AM
mr_friend mr_friend is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 2 mr_friend User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile access, query, sum

SELECT [IMTAnsatte].[Ansatt type], Count([IMTAnsatte].[Ansatt type]) AS [CountOfAnsatt type]
FROM IMTAnsatte
GROUP BY [IMTAnsatte].[Ansatt type];

Above is from a query made in access. In addition I'd like Access to make a summary of all the counts at the bottom.

Anybody know what I'm talking about?

thank you in advance

mr_friend

Reply With Quote
  #2  
Old November 25th, 2003, 01:40 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
SELECT [IMTAnsatte].[Ansatt type], Count([IMTAnsatte].[Ansatt type]) AS [CountOfAnsatt type]
FROM IMTAnsatte
GROUP BY [IMTAnsatte].[Ansatt type]
UNION
SELECT "SUM" AS [Ansatt type], Count([IMTAnsatte].[Ansatt type]) AS [CountOfAnsatt type]
FROM IMTAnsatte;

Try this, You may have to play with teh syntax a little or the order

S-

Reply With Quote
  #3  
Old November 26th, 2003, 03:47 AM
mr_friend mr_friend is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 2 mr_friend User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
access, query, sum

sbaxter,

Thank you

It worked very well.

Sincerely
mr_friend


Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > access, query, sum


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway