dbTalk Databases Forums  

Generating report

comp.database.ms-access comp.database.ms-access


Discuss Generating report in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brvsra
 
Posts: n/a

Default Generating report - 05-22-2004 , 07:10 PM






To all Guru's

I have the below listed query in access, it works fine, but I need to
display the same results by months.

SELECT SurveyResults.Q2, SatisfactionIndex.SatisfactionType,
Count(SatisfactionIndex.SatisfactionType) AS CntST
FROM SatisfactionIndex INNER JOIN SurveyResults ON
SatisfactionIndex.SatisfactionNumber = SurveyResults.Q2
GROUP BY SurveyResults.Q2, SatisfactionIndex.SatisfactionType
ORDER BY Count(SatisfactionIndex.SatisfactionType) DESC;

Any help would appreciated!


Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.