Results 1 to 7 of 7
  1. #1
    jcoffman is offline Novice
    Windows 11 Access 2016
    Join Date
    Oct 2022
    Posts
    2

    Daily Averages


    I have a table where i record a parameter 3 times a day, at the end of the month i need to run a report that averages each days parmenters.

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,737
    You'll need a Totals query, grouped on day, average function to provide the calculation per day.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,861
    Quote Originally Posted by jcoffman View Post
    I have a table where i record a parameter 3 times a day, at the end of the month i need to run a report that averages each days parmenters.
    Hopefully that means 3 records, and not 3 different fields, otherwise it gets a lot more difficult?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  4. #4
    jcoffman is offline Novice
    Windows 11 Access 2016
    Join Date
    Oct 2022
    Posts
    2
    Yes it 3 records.
    I enter the dissolved oxygen in a table 3 times a day, at the end of the month I need to run a report that will show the average daily dissolved oxygen level for each day in the month.

  5. #5
    JohnLouisWood is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Mar 2023
    Posts
    52
    Is your result to be 1 value/number? Or, 30/31 values, 1 for each day of the month?

  6. #6
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,861
    The latter I would suspect?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  7. #7
    JohnLouisWood is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Mar 2023
    Posts
    52
    It seems either way Micron has provided the necessary info/answer.

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

Similar Threads

  1. Averages with zero in calculation
    By Polarbilly in forum Queries
    Replies: 6
    Last Post: 03-23-2018, 02:16 PM
  2. Calculating Averages
    By chr1stoper1 in forum Access
    Replies: 1
    Last Post: 05-05-2017, 05:26 AM
  3. average of averages?
    By mejia.j88 in forum Reports
    Replies: 5
    Last Post: 01-24-2012, 08:09 AM
  4. averages in a report?
    By mejia.j88 in forum Reports
    Replies: 3
    Last Post: 01-18-2012, 06:12 PM
  5. Averages
    By Nixx1401 in forum Queries
    Replies: 1
    Last Post: 05-26-2011, 10:08 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