Results 1 to 2 of 2
  1. #1
    imlost2 is offline Novice
    Windows XP Access 2002
    Join Date
    Aug 2011
    Posts
    2

    Need a querie that updates.

    I have look around and still no answer to what i am trying to do. I have a table looks like this:
    id inventory putaway packed date slotnumber item number
    1 3605 6/12/11 S03 1
    2 3605 6/12/11 S03 1
    3 3605 6/12/11 S03 1
    4 3604 6/13/11 S04 1
    5 3604 6/13/11 S04 1

    I need a querie that will make a report that looks like this if possible.
    inventory putaway packed date slotnumber itemnumber


    3605 6/12/11 S03 4
    3604 6/13/11 S04 2
    the item number is default to 1.
    so if they scan pallets with 3605 (12 times)on 6/12/11 to S03 it wont make 12 entry's on my report.(from my table)
    Will look like(hopefully)
    3605---> 6/12/11----> S03----> 12
    Edit :
    Thanks but maybe the example will help.
    Report will look like

    Inventory putaway----->packed date---->slot number--->item Number(total count of inventory putaway)
    Last edited by imlost2; 08-21-2011 at 03:20 AM.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    You're talking about an aggregate query. In your query design add all your fields except the primary key field.

    Click on the sigma button in your query design window (looks like an upper case E on your too bar) a line called TOTALS will be added to your query. In the ITEMNUMBER field put either COUNT or SUM (I don't know which you're trying to do based on your example)

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

Similar Threads

  1. Add A Querie to the Report
    By BowBeforeMeMySlave in forum Reports
    Replies: 3
    Last Post: 02-10-2011, 09:27 AM
  2. Number querie
    By Rigsby in forum Queries
    Replies: 3
    Last Post: 02-08-2011, 06:41 AM
  3. Querie criteria with list
    By apsf68 in forum Access
    Replies: 1
    Last Post: 12-04-2010, 12:13 PM
  4. update querie
    By frcastro in forum Queries
    Replies: 1
    Last Post: 06-23-2010, 04:20 AM
  5. querie problem
    By TIMT in forum Queries
    Replies: 2
    Last Post: 05-31-2009, 10:12 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