Results 1 to 4 of 4
  1. #1
    Karenclaire is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2013
    Posts
    2

    Creat a Summary Report

    Hi there,

    I have created a db in access to track our purchases (LPO) and deliveries against each LPO for that i have created 2 tables

    1. PO
    2. Deliveries

    now i want to create a report which can sums up or summarize in a way that i can be able to see deliveries made against each LPO issued.

    keep in mind that we issue bulk LPOs and deliveries can be made in parts against each LPO.

    i have kept the PO number as common field in both the tables.



    i hope i have defined my question properly

    waiting for your helpful tips and suggestions

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Create a query based on your deliveries table.
    Make it an aggregate query (look for the sigma button, looks like a capital E on your toolbar)
    On the TOTALS line of your query you will want

    GROUP BY for your PO number and ITEM lines you will want SUM on the number of the item delivered.

    This should give you a summarized query of your deliveries.

    Save this query with whatever name you want.

    Create a new query based on your PO line items
    Link those to your summarized query.

    Now you can display the total number ordered vs the total delivered and the remainder to be delivered is a simple calculation of ordered vs shipped.

  3. #3
    Karenclaire is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2013
    Posts
    2

    Smile

    Thanks for the reply,
    but I am quite new to access to let me rephrase my question and i am attached some screen shots of my db to explain more effectively (hope so)


    Click image for larger version. 

Name:	Main Menu.png 
Views:	3 
Size:	33.6 KB 
ID:	12017
    Click image for larger version. 

Name:	PO Form.png 
Views:	4 
Size:	145.1 KB 
ID:	12018Click image for larger version. 

Name:	Delivery Form.jpg 
Views:	3 
Size:	78.6 KB 
ID:	12019

    now i as you can notice that i have in total 4 tables where i am saving my data in (might be doing wrong too)

    so to extract report from these 4 tables i am getting the headace i tried using your suggestion but didn't worked

    can you suggest anything in these please


    Quote Originally Posted by rpeare View Post
    Create a query based on your deliveries table.
    Make it an aggregate query (look for the sigma button, looks like a capital E on your toolbar)
    On the TOTALS line of your query you will want

    GROUP BY for your PO number and ITEM lines you will want SUM on the number of the item delivered.

    This should give you a summarized query of your deliveries.

    Save this query with whatever name you want.

    Create a new query based on your PO line items
    Link those to your summarized query.

    Now you can display the total number ordered vs the total delivered and the remainder to be delivered is a simple calculation of ordered vs shipped.

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    can't really tell anything just by looking at screenshots but my first post should do what you want. You are summing all the items delivered against a PO (I don't know what you're storing in your deliveries table but you should not need that at all, deliveries go against a PO from the look of it) then linking that back to the original line item to see how much you have left to deliver. As long as you have a way of linking your delivery detail to your po detail that's all you really need.

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

Similar Threads

  1. Creating Job/order summary report
    By lpkorn423 in forum Reports
    Replies: 0
    Last Post: 07-25-2012, 05:53 AM
  2. Tenure Summary Report Question
    By srmezick in forum Reports
    Replies: 3
    Last Post: 10-31-2011, 01:40 PM
  3. Order Summary Report
    By ryonker in forum Reports
    Replies: 1
    Last Post: 01-10-2011, 09:15 PM
  4. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  5. Summary Report Help Please?
    By solitaire in forum Reports
    Replies: 3
    Last Post: 03-03-2006, 08: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