C
Curt
Help! I'm not sure where to post this, so here goes. Is
it possible to use 'AND' in the criteria portion of a
dcount() function. Specifically, I want to count the
number of records that have a particular value in Field
A, and a particular string in Field B.
As an example:
Dcount("BusID","tblBusiness","[Rate]=2 AND [Department]=
Sales).
The idea here is to count only the number of records
where the Rate is 2, and the Department is "Sales".
Is there any hope?
Thanks for any help,
Curt
it possible to use 'AND' in the criteria portion of a
dcount() function. Specifically, I want to count the
number of records that have a particular value in Field
A, and a particular string in Field B.
As an example:
Dcount("BusID","tblBusiness","[Rate]=2 AND [Department]=
Sales).
The idea here is to count only the number of records
where the Rate is 2, and the Department is "Sales".
Is there any hope?
Thanks for any help,
Curt