Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
ADDING ROW TOTAL TO A QUERY
Ndubuisi Chibuogwu 
    
3 years ago
Hello,

Please I am trying to include a total row to a query that returns the count for specific columns but keep getting an sub-query error.

My syntax is as follows:

SELECT sequence, ID, term, program, course_code, COUNT(course_code) AS courseCount
FROM table
WHERE term in ([:term]) AND course-code = course_code
GROUP by sequence, ID, term, program, course_code
ORDER BY sequence;

This gives an output that has a courseCount column but when I try to do this:

SELECT sequence, ID, term, program, course_code, COUNT(course_code) AS courseCount, SUM(courseCount)
FROM table
WHERE term in ([:term]) AND course-code = course_code
GROUP by sequence, ID, term, program, course_code
ORDER BY sequence;

I get an error stating subquery cannot be used in the expression SUM(courseCount)
Juan C Rivera  @Reply  
            
3 years ago
WHERE term in ([:term]) AND course-code = course_code
in one you have a dash one the other you have an underscore.... try to change this line a retry see what happens.   or try doing it with two query's.

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/7/2026 1:07:47 AM. PLT: 0s