P
PeteyP
I have searched the database but cannot find a solution to this problem. I
have written a text box control on an access report as follows:
=IIf([CaseNo] Like "A-*",
DCount("[CaseNo]","QuarterlyCompilationStart","[Determ]='AR Prelim'"),"None")
Some of our cases begin with *A-* and others with *C-*. This expression
results in all the 'AR Prelim' records are counted regardless of what they
begin with.
have written a text box control on an access report as follows:
=IIf([CaseNo] Like "A-*",
DCount("[CaseNo]","QuarterlyCompilationStart","[Determ]='AR Prelim'"),"None")
Some of our cases begin with *A-* and others with *C-*. This expression
results in all the 'AR Prelim' records are counted regardless of what they
begin with.