K
Kaylen
In my query I have been using this formula to count the # of files reviewed:
Number of Files Reviewed: DCount("*","Files","[Review Date] and [Review
Date]=#" & [Confirm Review Date] & "#")
Now I would like to add another condition to the formula. I want the formula
to count the number of files when field [1]= whatever the user type in. That
is two condition total. Count when the review date = whatever the user types
in AND when [1]= whatever the user types. Please help.
Number of Files Reviewed: DCount("*","Files","[Review Date] and [Review
Date]=#" & [Confirm Review Date] & "#")
Now I would like to add another condition to the formula. I want the formula
to count the number of files when field [1]= whatever the user type in. That
is two condition total. Count when the review date = whatever the user types
in AND when [1]= whatever the user types. Please help.