Results 1 to 2 of 2
  1. #1
    OldCityCat is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    33

    Advance Report Help

    The report is based on a detail type table, has a single group on the shipment number which is a text field.
    The records have a many to one relationship within themselves, many shipment number to one bill.
    So one bill may have 15 widgets or 1, I think you know what I’m getting at.
    The report is summarizing all shipment number to one invoice, which I suspect is not uncommon.
    I need is a way to count these sub-total’s
    Widgets Bills
    22 1
    17 2
    12 5
    8 9

    So 22 bill only have one widget, 17 bills have 2, 12 bills have 5 and so on.


    Obviously there’s one column in the report for widget count which is a calculated field,
    I thought about just sorting on the widget field but it’s a calculated field so it not available in the sort by option.
    Or maybe a query that would return the count.
    I just can’t seem to work out the logic.

    Thank in advance for any and all suggestions
    OldCityCat

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    the answer depends on what your ultimate layout is - - but in general I think you want to use the group feature in reports - group on widget type. Option to have a group footer (maybe a header too...) - and then in the footer count a field that is in the detail section.

    to design databases you need a textbook, in the version you have; easily available at Amazon or a big book store - and sample of this type design task will be there.

    Hope this helps.

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

Similar Threads

  1. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  2. Replies: 3
    Last Post: 05-21-2010, 03:57 PM
  3. Replies: 3
    Last Post: 02-19-2010, 04:19 PM
  4. Replies: 1
    Last Post: 02-02-2009, 05:52 AM
  5. Replies: 0
    Last Post: 10-24-2008, 11:20 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