DCount

J

jason

I am trying to find a way to post the current total
records count, from a table, on a form screen. I found
something on DCount that could do that, but I can't make
it work.

Anyone have any suggestions...very grateful!!!!!!
 
S

Steve Schapel

Jason,

What did you try with DCount? It should do the trick if you put this in
the Control Source property of an unbound textbox on the form...
=DCount("*","NameOfYourTable")
 

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