I think Marshall meant
=DCount("*", "my_data", "Current Like ""714*""")
/ DCount("*", "my_data", "Current Not Like ""714*""")
or using single quotes (apostrophes)
=DCount("*", "my_data", "Current Like '714*' ")
/ DCount("*", "my_data", "Current Not Like '714*' ")

Signature
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
.
>> davidstev...@gmail.com wrote:
>> >Thanks for all your help guys, this dcount has me stumped. Here is
[quoted text clipped - 27 lines]
>
> thanks
Marshall Barton - 31 Aug 2007 20:27 GMT
>I think Marshall meant
>=DCount("*", "my_data", "Current Like ""714*""")
[quoted text clipped - 4 lines]
>=DCount("*", "my_data", "Current Like '714*' ")
> / DCount("*", "my_data", "Current Not Like '714*' ")
And I just posted an explanation about quoted quotes :-(
Thanks John

Signature
Marsh
MVP [MS Access]