A counter...

B

Bugaboo Bill

Hello,

I'm new to coding, but need to display the number of total
records on my main form. Is there a way to do this?
I'm using Access XP.
Thanks,

Bill.
 
O

Olga

-----Original Message-----
Hello,

I'm new to coding, but need to display the number of total
records on my main form. Is there a way to do this?
I'm using Access XP.
Thanks,

Bill.
.
Yes, you create an unbound field on your form and put the
following as recordsourse:
=RecordsetClone.RecordCount
Good luck,
Olga
 
H

Hugh O'Neill

Bugaboo said:
Hello,

I'm new to coding, but need to display the number of total
records on my main form. Is there a way to do this?
I'm using Access XP.
Thanks,

Bill.


DCount() is one option you could try.

hth

Hugh
 

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