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

I need access to count the number of records in a report

Status
Not open for further replies.

MadSlayer

IS-IT--Management
Apr 14, 2003
21
NL
I need access to give me only total number of records of one kind. so what i want is a number in my report stating the number of records that wpuld be normally fully shown.
Anyone????
 
If you just need to "count" the number of records in your report then add a textbox to the detail section of your report and set the control source as =1. Then set the running sum to "Over All"
If you are looking to count specific records you need to give more information of your needs
 
Ok, it couynts, but my report is made out of different invoice id's and i want to count the number of order records for 1 company, and now, he keeps counting on. per example first company 19 orders, goes perfect, next company 2 orders, makes the total 21 in stead of 2

Anyone?
 
If you are using Company as a group header then instead of having the running sum set for "Over All" set it to "Over Group" that way it will count the number per Company
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top