DCount

  • Thread starter Thread starter jason
  • Start date Start date
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!!!!!!
 
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

Similar Threads

Access Dcount (multiple criteria) 3
Access Dcount function in access 0
Repeat macro until record count of query = 0 0
Access MS Access DCount function problem 0
DCount alwaysreturning 1 0
DCount Syntax 2
DCount problem redux 4
Dcount returning no results!!! 0

Back
Top