Results 1 to 4 of 4
  1. #1
    Bvincey2002 is offline Novice
    Windows XP Access 2000
    Join Date
    Aug 2013
    Posts
    15

    Running talley

    I have created a running talley report that gives the total $$ value in the report. When I look at the reportit shows the same product listed multiple times. I figured out that the issue lies in the query that I created for the report. For example. it will say

    Part # Quantity Cost per ea
    widget1 20 30.00
    widget1 5 30.00

    I have realize that the query is is pulling from separate orders and that is why the same part number is listed several times. What i want to do in my query is to consolidate the total quantities together to look like this. The sum icon is not working in this particular circumstance.

    Part# Quantity Cost per ea


    widget1 25 30.00

    All my data is working off of one Table. Could some one help me with this?

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Change your query to an Aggregate query. Here is a link to show you how to do that

    http://www.techonthenet.com/access/f...umeric/sum.php

  3. #3
    Bvincey2002 is offline Novice
    Windows XP Access 2000
    Join Date
    Aug 2013
    Posts
    15

    Running Talley

    Quote Originally Posted by alansidman View Post
    Change your query to an Aggregate query. Here is a link to show you how to do that

    http://www.techonthenet.com/access/f...umeric/sum.php
    I have tried using the totals button and it does not work. The quantities are from different orders but I do not see why it would not be totaling them together?

  4. #4
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Do not group on the order numbers. Group on the part number only.

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

Similar Threads

  1. Running queries, VIA VB, but not running in Order
    By mike02 in forum Programming
    Replies: 6
    Last Post: 06-01-2013, 07:07 AM
  2. Running .bat thru a vbs file... Arg
    By redbull in forum Misc
    Replies: 1
    Last Post: 10-15-2012, 02:44 PM
  3. Query not running
    By gwboolean in forum Queries
    Replies: 2
    Last Post: 08-07-2012, 02:38 PM
  4. SQL Running Behind the Scenes
    By jo15765 in forum Queries
    Replies: 18
    Last Post: 02-13-2012, 10:53 AM
  5. Running Sum
    By rpgowned in forum Queries
    Replies: 2
    Last Post: 08-30-2011, 10:17 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