count not changing

D

dave

Access97, i have report based on query. i added a count
field (=count)on the footer of the report to count the
number of records. Works only the first time, after i add
or delete records, this number does not change, i have
opened & closed access to refresh the data
thanks
 
F

Fredg

Dave,
The count function must be written:
=Count(*)
Place it in the Report Footer, not the Page Footer.
 

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