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

Counting on Reports

Status
Not open for further replies.

WeyHey

IS-IT--Management
Feb 6, 2002
5
GB
Hi,

I am calling a report from code. It is a simple report and I want to count the number the records on the report. I am using the Count() in an unbound txt box but it doesn't work.

Any suggestions please ?? The columns are date and text.

Cheers,

John.
 
I can tell you a primitive way to do it. Create an expression in your query, and set it to 1. In your report, just add it up! There is probably a better way, but I found this worked, and I did not have a lot of time to try other things.

cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top