Count

  • Thread starter Thread starter John
  • Start date Start date
J

John

HI,
How do I count the number of records returned in a query and then display
the count on a form textbox?

Regards

John
 
The simplest solution might be to use a text box with a control source like:
=DCount("*", "Your Query Name")
 

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

Back
Top