Results 1 to 4 of 4
  1. #1
    YaseenIskaf is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2012
    Posts
    14

    total record in each Query to be show in the Main Dashboard form

    total record in each Query to be show in the Main Dashboard form

    Dear All

    I have a database with many Quires I want to create in the main form “welcome Form” many txt boxes cells
    To show a total records in Each Quires
    For Example I have the below list queries


    1. Expired Employees Passport
    2. Expired Employees Work Permit
    3. Expired Employees Visas
    4. Expired Employees Insurance





    In the “Welcome Forms” I will create a txt boxes Cells for Each one of those Queries to be Show only No “total Record in Each one”
    It is like a dashboard to monitor daily without opening the Report or Query

    So, can I get a help

    Thank you All

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529

  3. #3
    spider is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    9
    DSum will calculate the sum of fields. If you want to show the number of records, we will need to use the DCount function.


    DCount ( expression, domain, [criteria] )

    exampe: DCount("UnitPrice", "Order Details", "OrderID = 10248")

  4. #4
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Thanks Spider for correcting my suggestion with the correct function.

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

Similar Threads

  1. Replies: 2
    Last Post: 05-23-2013, 08:29 AM
  2. Replies: 11
    Last Post: 01-10-2013, 06:23 PM
  3. Replies: 4
    Last Post: 10-18-2011, 10:18 AM
  4. Replies: 3
    Last Post: 10-23-2009, 05:03 PM
  5. Replies: 1
    Last Post: 03-15-2007, 03:38 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