DCOUNTA & wildcards

P

Paul Dennis

I need to do a DCOUNTA on a field looking for value 1*

How do I do this when 1* is a wildcard ?
 
M

Muhammed Rafeek M

if you want use * as a character use ~ infront of *

eg: 1~*

please do rate
 
P

Paul Dennis

thanks for this, however this will find 1*xxxx, how do you check for a space
after the *.
 
P

Paul Dennis

How would this work to exclude it. I have tried <>"=1~*" but it doesn't seem
to work.
 
Top