Results 1 to 2 of 2
  1. #1
    DXXPublic is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2015
    Posts
    4

    Count table values in access

    Hi all,




    Im new to MS Access, i just started learning and i need some help with some of the stuff i need to do.


    Ok this is the scenario...
    Currently i attend to around 20 projects meetings per week and i use an Excel spreadsheet where i keep one tab per meeting with the following info: Task description, responsible person, dates, status, etc ... (Im not using project because not everybody that has to edit and update the information has it, so for cross usage, i have to use excel)


    So, besides the 10 tabs im using a dashboard that shows, a simple chart with the meeting name, how many tasks are in total, how many of those are closed and it has a graph showing that same info. I use a COUNTIF formula to count the amount of items per sheet that say "Close" on the status and i use that to do the calculations.




    Ok... So i decided to do something in MS Access to see if i could make it easier for the team to manipulate the data from the tasks. This is what ive done so far as a test


    Created a table named Meetings with the fields Meeting_ID(AutoNumber), Meeting_Name, Recurrence, Next meeting, Minutes doc
    Created a table named Tasks with the fields Meeting, Description, Status, Responsible
    Created a relationship from Meeting_ID to Meeting so i can use a lookup on the Meeting field
    Created a Report named Meetings_Report from the Meetings table
    Created a Form named Dashboard and i added the Meetings_Report


    ..so far so good, im able to see the meetings info with the recurrence.




    Now to the problem im having


    As i mention earlier, i have a small chart with the name of the meetings, the total of the tasks for that meeting and how many were closed and from there i created the graph.


    On MS Access i cant find a way yet to do so.
    1. I cant find a way to something like a COUNTIF to count the items that have the status as "closed"
    2. I dont know how to do something like the chart i was doing on excel to show the total/closed number per meeting


    Any clue or pointer on where i can look for more info regarding this.


    thanks in advance
    J

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Aggregate calculations are usually done with GROUP BY (Totals) queries.

    I best analyze chart issues when I can work with data. If you want to provide db for analysis, follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Count values in a column on a table
    By bradp1979 in forum Queries
    Replies: 53
    Last Post: 08-04-2015, 05:02 PM
  2. Help for Count Values
    By bronson_mech in forum Queries
    Replies: 3
    Last Post: 11-26-2013, 10:11 AM
  3. Replies: 2
    Last Post: 10-09-2012, 03:20 PM
  4. Calculated Count Field in Access 2010 Table
    By johnsmith1 in forum Access
    Replies: 12
    Last Post: 03-28-2012, 05:00 AM
  5. Record count in Access table using VBA
    By shubhamgandhi in forum Programming
    Replies: 2
    Last Post: 07-20-2011, 11:59 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