Results 1 to 2 of 2
  1. #1
    deepucec9 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2015
    Posts
    34

    transaction report

    Would like to create a transaction report for warehouse inventory.
    there are two table "in" (records data of product coming into the warehouse) and "out" (product going out from the warehouse)
    "in" fields produtcid-productname-quantityin-uoqin-ROSdate-transaction(default value IN)-ponumber
    "out" fields produtcid-productname-quantityout-uoqout-ROSdate-transaction(default value OUT)-ponumber
    want to create a report report for stock movement, say between ROS date range.


    selected all these fields and created the product but report is showing duplicate entries.
    For example: productA, when this product comes into the warehouse and when it was exported from the warehouse.
    In a week this product might come multiple times and also exported multiple times.

  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,770
    Do two aggregate (GROUP BY) Totals queries that summarize the records of the two tables by product.

    Join those two queries to Products table and do calcs for net difference.
    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. Can't get transaction in VBA working
    By Kirtap in forum Programming
    Replies: 4
    Last Post: 10-03-2013, 06:26 AM
  2. Transaction Log
    By gtimmies in forum Database Design
    Replies: 1
    Last Post: 05-27-2013, 03:27 PM
  3. Replies: 7
    Last Post: 11-14-2011, 05:59 PM
  4. SQL Transaction question
    By Mazdaspeed6 in forum Programming
    Replies: 4
    Last Post: 12-16-2010, 12:51 PM
  5. Latest Transaction Report
    By Worm in forum Reports
    Replies: 3
    Last Post: 08-16-2010, 06:10 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