G
Guest
I have a report that I would like to ldo a like count on. I'm using the
following code at the top of the form
=Abs(Sum([RSID]="1D1*"))
=Abs(Sum([RSID]=Like "1D1" & "*"))
And I could not get it to work.
following code at the top of the form
=Abs(Sum([RSID]="1D1*"))
=Abs(Sum([RSID]=Like "1D1" & "*"))
And I could not get it to work.