T
Tanya
After much work and with help from this forum, I'm almost embarrassed
to say I finally got the dcount function which included a date
parameter to work in a report (This is a continuation of a post of the
same subject that apparently was archived due to inactivity). I am
still having a problem with the second parameter which is prompting for
a class code, which is typically 3 characters. Thanks to an earlier
post I was told parameters need to be concatenated otherwise Access
will read them literally, but I can't seem to get it right. This is
what I have so far:
=DCount("[Registrant]","ClassRosterQry","[ClassID]="&[Enter class
code]&")
which isn't working. Registrant is the name of the field I want to
count, ClassRosterQry is the query that provides the data, ClassID is
the criteria field and Enter class code is the actual parameter. Any
help would be GREATLY appreciated. Thanks,
to say I finally got the dcount function which included a date
parameter to work in a report (This is a continuation of a post of the
same subject that apparently was archived due to inactivity). I am
still having a problem with the second parameter which is prompting for
a class code, which is typically 3 characters. Thanks to an earlier
post I was told parameters need to be concatenated otherwise Access
will read them literally, but I can't seem to get it right. This is
what I have so far:
=DCount("[Registrant]","ClassRosterQry","[ClassID]="&[Enter class
code]&")
which isn't working. Registrant is the name of the field I want to
count, ClassRosterQry is the query that provides the data, ClassID is
the criteria field and Enter class code is the actual parameter. Any
help would be GREATLY appreciated. Thanks,