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

    Having statistics

    Hi friends
    --
    I have a table that contains fields like gender , job , place of birth and .....

    so I wanna have another table or query for knowing how many of each records
    for example how many male or how many cashier are there in the main table
    and if one male is added to the main table the statistic table would update automatically

    =============
    would you please help me how can i do that ?

  2. #2
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,747
    You really want a query -- specifically a SELECT query with a where clause.
    You do not want those stats in a separate table. If you change anything in the first table, your second table would not be current. Better to use 1 table and a query (or several specific queries).

    See this free youtube video for info.

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

Similar Threads

  1. Summary Statistics
    By carojasa in forum Queries
    Replies: 4
    Last Post: 02-21-2015, 11:56 AM
  2. Statistics in report header
    By nurserich in forum Reports
    Replies: 5
    Last Post: 10-13-2014, 12:31 AM
  3. Access for tracking statistics
    By rjbeck52 in forum Access
    Replies: 2
    Last Post: 07-06-2011, 05:48 PM
  4. library statistics
    By sonia in forum Access
    Replies: 1
    Last Post: 04-11-2010, 12:22 PM

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