Record Selectors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Access 2000 how can I get the Record Selector TOTAL RECORD count to
show up immediately upon opening. It does display after I move to another
record and return however I need it to display upon opening. What is the
syntax for including this system count in my form as a field.

Thanks ahead of time you all are great!!!!!!!!!!!

Dwight
 
Using Access 2000 how can I get the Record Selector TOTAL RECORD count to
show up immediately upon opening. It does display after I move to another
record and return however I need it to display upon opening. What is the
syntax for including this system count in my form as a field.

Thanks ahead of time you all are great!!!!!!!!!!!

Dwight

As control source in an unbound text control:

=DCount("*","YourTableOrQueryName")
 

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