Results 1 to 2 of 2
  1. #1
    DeBBs0311 is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Dec 2018
    Posts
    1

    Show Query Sum and Count on Form

    querI have a table named "Tasks". One of the fields in that table is named "Repeats". A number entered into the "Repeat" field must match a number in the "Tasks" ID field (so my group can track tasks that have been requested multiple times). I have a query that lists all the "Repeat" numbers and totals the numbers in a field named "Quantity".



    I would like for the Quantity totals to show up on a form, were the connecting Repeat value matches the opened form's ID value.

    Thank you!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    on a continuous form, put a text box in the form footer, w formula:
    =Sum(Qty)

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

Similar Threads

  1. Show zero value in count query
    By cardgage in forum Queries
    Replies: 3
    Last Post: 06-05-2017, 07:08 AM
  2. Replies: 1
    Last Post: 03-06-2017, 06:48 AM
  3. show a 0 if there is nothing to count in a query
    By megatronixs in forum Queries
    Replies: 10
    Last Post: 08-21-2015, 05:31 AM
  4. Show buttion in form if count of qry >0
    By tcheck in forum Access
    Replies: 1
    Last Post: 03-05-2013, 03:30 PM
  5. Replies: 1
    Last Post: 01-24-2011, 03:03 PM

Tags for this Thread

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