Results 1 to 2 of 2
  1. #1
    thudson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2013
    Posts
    6

    Count registered members on Home form

    I want to count how many current members our club has from a field (tick box), but the problem is I want to display it on the Home Form and not in the table where the data is.


    I have a query on the field which lists the fields that are true.
    The expression Count(Reg19.Reg19= True) does not work on that query.
    I have tried Dcount as well!
    I have a report that counts the number of records, but don't how to get this data to display on the Home Form.
    How can I get this information to the form where I want it?

  2. #2
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,114
    Try Dcount=("*","[YourTableName]","[YourRegistrationYesNoField] = True")

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

Similar Threads

  1. Replies: 5
    Last Post: 06-25-2017, 01:24 PM
  2. OleDB Provider is not registered
    By Perceptus in forum Access
    Replies: 1
    Last Post: 01-22-2015, 01:35 PM
  3. Form to Pick Team Members From Access DB Tables
    By DBA-Meister in forum Forms
    Replies: 3
    Last Post: 03-16-2014, 01:51 PM
  4. Replies: 24
    Last Post: 02-04-2014, 07:26 PM
  5. OLE server may not be registered
    By Pnavarre in forum Access
    Replies: 1
    Last Post: 10-10-2011, 11:10 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