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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number of Records

Status
Not open for further replies.

99mel

Programmer
Oct 18, 1999
379
GB
I've been asked to create a simple feature on my database. All it is, is to have the total number of records in a certain table calculated. It sounds very simple but I'm not sure how to do it. Is there a record count or something (apart from the ID on a table)???<br>
<br>
Can anyone help??
 
Use the DCount function. Make it the control source for a text box control.<br>
<br>
The DLookup function is also useful. Use it to get a specific value out of a table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top