Results 1 to 2 of 2
  1. #1
    kamnjoro is offline Novice
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Posts
    1

    querry or report

    I trying to create a database tgat will perform some inventory control... i am stranded in creating a querry that will output the goofs in stock based on a sales table and a purchases table
    please help

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    To answer the question implied in title - use report based on query.

    This will probably require several queries and all depends on your data structure.

    Do an aggregate query that sums stock purchases grouped by product ID.

    Do an aggregate query that sums stock sales grouped by product ID.

    Do a query that joins the two aggregate queries to master products table.

    Use the third query as report RecordSource.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Update Querry
    By Daryl2106 in forum Access
    Replies: 6
    Last Post: 08-29-2013, 11:09 AM
  2. Querry question.
    By ZJGMoparman in forum Queries
    Replies: 2
    Last Post: 02-20-2013, 11:37 AM
  3. querry and report grouping none alphabetical
    By newtoAccess in forum Queries
    Replies: 4
    Last Post: 04-04-2011, 05:57 AM
  4. Update Querry
    By wrenchman123 in forum Queries
    Replies: 0
    Last Post: 02-05-2011, 07:21 AM
  5. Querry formating
    By Zoroxeus in forum Queries
    Replies: 0
    Last Post: 03-07-2006, 11:00 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