Count total records from a query

S

Shane

I have a query with 3 fields that have criteria's for
them and I need to return a value to a form that counts
the records that the query finds. Any help would be great.
Thank You
 
K

Kelvin

If all you need is a count, on your form you can use
DCount("[NameOfField]","NameOfQuery") as the record source for an unbound
text box.

Kelvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top