Results 1 to 2 of 2
  1. #1
    jazzin is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jul 2013
    Posts
    14

    Count records from multiple tables

    Hi all,


    I have 14 different tables and I want to count the number of records in each table and display the results. Ex
    Select Count(Field_Name) As Column_Heading
    From Table;

    But I want to do this for all 14 tables. I'm close but still haven't figured it out.
    Can you help?

  2. #2
    jazzin is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jul 2013
    Posts
    14
    [QUOTE=jazzin;182598]Hi all,
    I have 14 different tables and I want to count the number of records in each table and display the results. Ex

    SELECT Count([3_0_addr].ADDRESS) AS Expr1
    FROM 3_0_addr;

    This works for 1 table but I want to do this for 14 different tables. Each table contains a different number of records
    Can you help?

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

Similar Threads

  1. COUNT Group Count Records COUNT FUNCTION
    By PMCOFFEY in forum Access
    Replies: 9
    Last Post: 11-09-2012, 09:40 PM
  2. Replies: 2
    Last Post: 07-29-2012, 05:52 PM
  3. Replies: 3
    Last Post: 01-05-2012, 12:04 PM
  4. using COUNT for multiple tables
    By kwalt in forum Programming
    Replies: 1
    Last Post: 02-17-2009, 04:05 PM
  5. using COUNT for multiple tables
    By kwalt in forum Queries
    Replies: 0
    Last Post: 02-17-2009, 03:06 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