R
rich
Hello,
I have several reports based on simple select or select w/WHERE queries.
Can anyone tell me how to add a count of the records on the report:
Example:
Select col1, col2, col3, Employment_status
From table
Where Employment_Status = "Laid Off"
Assume 20 rows are returned. I need a simple field at the bottom that shows
the number of records in the query.
Do I add a box with a recordsource that is a Select Count........
TIA,
Rich
I have several reports based on simple select or select w/WHERE queries.
Can anyone tell me how to add a count of the records on the report:
Example:
Select col1, col2, col3, Employment_status
From table
Where Employment_Status = "Laid Off"
Assume 20 rows are returned. I need a simple field at the bottom that shows
the number of records in the query.
Do I add a box with a recordsource that is a Select Count........
TIA,
Rich