Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Access 2007 Trying to get Report to break down Call Count within 3 consecutive time ranges.

Access 2007 Trying to get Report to break down Call Count within 3 consecutive time ranges.

Scheduled Pinned Locked Moved Database
database
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 10501090
    wrote on last edited by
    #1

    I am new at this. I made a Access Database that produces a report that via an entered date range, displays data contained in the table when a user enters a Start Date and End Date to pull up the report. The report works fine; providing dates, time, caller names, locations, and a few other statistics. The Table has a field where the user notes the time a call is made(10:16). I need to enable the report to break down all calls in that field and count them in one of the three categories: (4:30 to 6:29), (6:30 to 8:29), and 8:30 to 10:30) I will look something like this on the report: (Where n is the total count of calls received within these three sequential time frames. Call Count 4:30 to 6:29 (n) Call Count 6:30 to 8:29 (n) Call Count 8:30 to 10:30 (n)

    M 1 Reply Last reply
    0
    • U User 10501090

      I am new at this. I made a Access Database that produces a report that via an entered date range, displays data contained in the table when a user enters a Start Date and End Date to pull up the report. The report works fine; providing dates, time, caller names, locations, and a few other statistics. The Table has a field where the user notes the time a call is made(10:16). I need to enable the report to break down all calls in that field and count them in one of the three categories: (4:30 to 6:29), (6:30 to 8:29), and 8:30 to 10:30) I will look something like this on the report: (Where n is the total count of calls received within these three sequential time frames. Call Count 4:30 to 6:29 (n) Call Count 6:30 to 8:29 (n) Call Count 8:30 to 10:30 (n)

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      Caveat I have not worked with Access for a decade or more :-O I would add a calculated field to the table/view called ShiftNo - function is obvious. Calculate the shift and then group the report by the ShiftNo. Your query changes from a simple select to a grouped query. (not sure what the terminology is these days in Access)

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups