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

Counting Records in Crystal Reports 1

Status
Not open for further replies.

chrissypchy

Programmer
Jun 23, 2003
40
US
Hello Everyone,
I need to run a query against all tables in this one database (a lot of tables)that end with "_UPDATE". I need this query to count the records in all of the tables. I know the SQL query would look something like SELECT COUNT(*) from database.table_UPDATE. How can I do this in Crystal Reports? Any help would be appreciated.
-Chrissy
 
hi

just insert a record count

from insert -> field Object -> Special Field
and pic record number and place it in the detail

cheers

pgtek
 
It worked!! Thanks so much! I cant believe it was sitting there in front of me the entire time!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top