G
Guest
I have a report where I am using the DCount in the report footer in an
unbound control to count certain criteria in a field [Formal Discovery by
us:].
It worked for all of the answers in that field except for when "Other: " is
entered.
Here's what I have:
=DCount("[Formal Discovery by us:]","Sorted by Last name 2005LCCR","[Formal
Discovery by us:] = 'Other:' ")
The only thing I can think of is that when "Other: " is chosen, the user may
also type something with that for example, "Other: discovery not listed".
I thought that maybe a wildcard would solve this, but where would I put in in
the expression that it would pick up every answer that begins with 'Other:'
Any help would be greatly appreciated.
Please keep in mind that I have very limited knowledge of Access.
unbound control to count certain criteria in a field [Formal Discovery by
us:].
It worked for all of the answers in that field except for when "Other: " is
entered.
Here's what I have:
=DCount("[Formal Discovery by us:]","Sorted by Last name 2005LCCR","[Formal
Discovery by us:] = 'Other:' ")
The only thing I can think of is that when "Other: " is chosen, the user may
also type something with that for example, "Other: discovery not listed".
I thought that maybe a wildcard would solve this, but where would I put in in
the expression that it would pick up every answer that begins with 'Other:'
Any help would be greatly appreciated.
Please keep in mind that I have very limited knowledge of Access.