Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8032329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:21:18+00:00 2026-06-05T01:21:18+00:00

I have a table in ms-access that keeps data about incoming daily calls. Normally

  • 0

I have a table in ms-access that keeps data about incoming daily calls. Normally someone can answer 5-7 per day. One of the fields is named “completed_date”. When this date is not null that means the call has been answered/completed.

How can I return the average call answer per week?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T01:21:20+00:00Added an answer on June 5, 2026 at 1:21 am

    Use the DatePart Function to compute week numbers based on your completed_date values.

    SELECT
        DatePart("ww", completed_date) AS week_number,
        Count(*)
    FROM YourTable
    WHERE completed_date Is Not Null
    GROUP BY DatePart("ww", completed_date);
    

    That could work for data within a single calendar year. However, if your data spans more than one year, include Year(completed_date) as an additional field expression and GROUP BY item.

    Note DatePart() accepts optional arguments so you can specify firstdayofweek and firstweekofyear. If your organizations week numbering strategy isn’t compatible with DatePart(), you can create a calendar table to map dates and week numbers, then join the calendar table with your original data source table.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ms access database that has one table for each photo album
I have a MS access database. In that, one table consists of questions and
I have Access table with fields, in which there is some data and path
I have an access table which has some cells as blank ( no data
I have a question about Access.If for example I have a table with the
i have a data access layer that abstracts the rest of the application away
I have about 35 queries in a large MS Access (2007) database that I
I have got a TTable component that uses the BDE to access a DBase
I Have a table in Access as below SI Number Time 1.14172E+20 13:30:35 1244066650
I have a table in an Access 2007 database. All fields are of type

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.