G
george 16-17
Greetings all,
I have a search form with a text box in the footer that count records with
=Count(*) and have another text box with DCount function with the expression
="Number reviewed: " & DCount("Review","qryMainInjuryTable","Review=-1").
Both work fine, but the dcount text box is not affected after the form filter
is applied like the count expression.
Is there a method to to count records with a "where" statement after the
filter is applied? I have searched this newsgroup, but can't seem to find an
answer.
Thanks in advance,
george
I have a search form with a text box in the footer that count records with
=Count(*) and have another text box with DCount function with the expression
="Number reviewed: " & DCount("Review","qryMainInjuryTable","Review=-1").
Both work fine, but the dcount text box is not affected after the form filter
is applied like the count expression.
Is there a method to to count records with a "where" statement after the
filter is applied? I have searched this newsgroup, but can't seem to find an
answer.
Thanks in advance,
george