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")
 
Top