Jul 12, 2002 #1 vlew Technical User Joined Jul 12, 2002 Messages 3 Location US Ineed to total number of records in a report so i can run percentages of total complaints in specified categories.
Ineed to total number of records in a report so i can run percentages of total complaints in specified categories.
Jul 12, 2002 #2 Guest_imported New member Joined Jan 1, 1970 Messages 0 I choose a field from the report or query, in this case the "FirstName" field..and use the below formula: Count([FirstName]) Upvote 0 Downvote
I choose a field from the report or query, in this case the "FirstName" field..and use the below formula: Count([FirstName])