Results 1 to 2 of 2
  1. #1
    Peter Pan123 is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2019
    Posts
    1

    Question totals append query help please


    Hello all.. new here.. I have a pretty easy question for you access gods out there.. I have a field in a table called BOX and a field called CURRENT QUANTITY (along with several other fields for 300+ records). I would like to run a query that results in 2 columns.. one showing a box number (1-65) and one showing how many items are in each BOX. I would like to create a new table with just 65 records showing results.

    I'm watching too many tutorials.. I think its easier than I am making it out to be.. I'm just dizzy at this point..

    thanks in advance.
    pete

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    SELECT BOX , CURRENT Quantity INTO NEWTABLE FROM tBOX


    (this assumes there a field called Box in table tBox)

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

Similar Threads

  1. Replies: 19
    Last Post: 10-03-2017, 09:10 AM
  2. Query detail totals vs. Summary Totals do not match?
    By aellistechsupport in forum Queries
    Replies: 9
    Last Post: 01-15-2016, 11:36 AM
  3. Access can't append all the records in the append query
    By fluffyvampirekitten in forum Access
    Replies: 2
    Last Post: 08-27-2015, 01:53 AM
  4. Replies: 1
    Last Post: 10-06-2011, 08:37 AM
  5. Replies: 7
    Last Post: 07-21-2011, 01:01 PM

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