My dcount is not working

  • Thread starter Thread starter Brendanpeek
  • Start date Start date
B

Brendanpeek

first of all im sorry for doing this post it may seems easy to you lot but
not for me since im new, i have this code for my dcount and i have tryed lots
of things and different ways and still cannot get it to work please help!

If DCount("Allocated To", "Cal Due Email", "> 0") Then

Allocated To is the field and cal due email is the query/report (same name)

Thank you for your time.
 
works now once i put these in the code [ ]
If DCount("[Allocated To]", "Cal Due Email") >0 Then
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Dcount (multiple criteria) 3
Dcount 2
Access MS Access DCount function problem 0
Outlook signatures 1
DCount Function and Variable 2
Access VBA DCOUNT problem when two forms are involved 0
DCount alwaysreturning 1 0
DCount & DSum 8

Back
Top