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. Web Development
  3. ASP.NET
  4. MS access query to count number of call on particular date.

MS access query to count number of call on particular date.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasevisual-studio
1 Posts 1 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.
  • P Offline
    P Offline
    Praveen Kandari
    wrote on last edited by
    #1

    query to count the total number of call performed on a particular date and display it on gridview. My table is

    date userid time
    1/2/2012 1 20
    1/2/2012 2 10
    1/2/2012 1 30
    1/2/2012 1 15
    1/2/2012 1 5
    2/2/2012 2 10
    2/2/2012 1 20
    2/2/2012 2 10

    and i want data in this format

    date userid time No. of calls
    1/2/2012 1 70 4
    1/2/2012 2 10 1
    2/2/2012 1 20 1
    2/2/2012 2 20 2

    Time is addition of total number of call time and no. of calls is the addition of calls received by user on a particular date. P.S. Using VS 2013 Framework 4.5 ASP.NET c#, backend MS ACCESS

    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