Results 1 to 3 of 3
  1. #1
    Madmax is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jun 2011
    Posts
    80

    Dcount Multibles

    Good Mroning,

    Is there a way to DCount Multibles?


    =DCount("*","[Personnel Information]","[prp-requires replacement] = -1"&"[PRP Position Status]='Certified' or 'postured to PRP position'")

    is what I got and obviously having issues with. I basically want to count who has prp requires replacement check that are currently certified or postured.

  2. #2
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Madmax View Post
    Good Mroning,

    Is there a way to DCount Multibles?


    =DCount("*","[Personnel Information]","[prp-requires replacement] = -1"&"[PRP Position Status]='Certified' or 'postured to PRP position'")

    is what I got and obviously having issues with. I basically want to count who has prp requires replacement check that are currently certified or postured.
    Try
    Code:
    =DCount("*","[Personnel Information]","[prp-requires replacement] = TRUE AND ([PRP Position Status]='Certified' or [PRP Position Status]='postured to PRP position')")
    '

  3. #3
    Madmax is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jun 2011
    Posts
    80
    worked thank you!

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

Similar Threads

  1. DCount
    By nsteenhaut in forum Queries
    Replies: 2
    Last Post: 10-04-2011, 05:00 PM
  2. Dcount question
    By alsoto in forum Forms
    Replies: 2
    Last Post: 08-29-2011, 02:30 PM
  3. DCount and If
    By Madmax in forum Access
    Replies: 3
    Last Post: 07-28-2011, 06:53 AM
  4. DCount and SQL
    By DSTR3 in forum Queries
    Replies: 3
    Last Post: 12-06-2010, 03:07 PM
  5. Help with Dcount
    By tozey in forum Programming
    Replies: 1
    Last Post: 08-10-2010, 10:53 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