Count Records

R

Rod

Hello,

I would like to count the number of records returned in a MS Access query.
All the query does is list the number of appointments made for the last 7
days. I want Excel to count the number of records that query returns.

Is this possible?
 
G

Gary''s Student

Let's say the query puts data in column A, wh8ich is otherwise empty. Then
use:

=COUNTA(A:A)
 

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