Results 1 to 2 of 2
  1. #1
    Steven.Allman is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    118

    Very Easy, but cant find the 'FOR DUMMIES' thread

    I love access reports and forms, but never messed with Query's.
    I have lots of data in a few tables, but need to create my query to group all of CAT1 and give me total SALES, then all of CAT2 to give me total SALES, and CAT3, etc...

    I know that is the basis for each of these threads is for this, but you all are asking more advanced info....

  2. #2
    SteveI is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    6

    Partial Answer

    Open a new query in Sql view and type

    SELECT SUM(column_name)
    FROM table_name

    You need the parentheses (brackets) in when you type the column name.

    Then click the RUN button. (big Exclamation mark)

    This will add up everything in the column specified.

    I know you have more than one table to try but I'm afraid this is the SUM of my knowledge on queries - at least it's a start for you.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. How to mark a thread as solved
    By Matrix in forum Forum Suggestions
    Replies: 10
    Last Post: 12-12-2019, 06:55 AM
  2. for modorator. How do I UNSOLVE a thread?
    By newtoAccess in forum Forum Suggestions
    Replies: 2
    Last Post: 11-23-2009, 05:17 PM
  3. Probably missing something easy
    By z1efuller1 in forum Database Design
    Replies: 5
    Last Post: 11-12-2009, 11:18 AM
  4. Easy newbie question
    By pontuse in forum Access
    Replies: 4
    Last Post: 11-08-2009, 08:02 AM
  5. Easy Custom Calculation?
    By rjk1080 in forum Queries
    Replies: 6
    Last Post: 07-12-2009, 11:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums