Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting a total record count of a table 1

Status
Not open for further replies.

emik

MIS
Jul 24, 2006
80
CA
I have a textbox that I want to display the total number of records in a table. I put in this expression:

=Count([tableName]![Field])

but I get #ERROR

Thanks
 
Check out the DCount function...

DCount("[Field]", "table")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top