Need a little help - I have made a report that gets its information from a query that gets its results from a form search. I use the following code to get the total number of records that the search brings up: =DCount("*","[mainquery]") using a text box on the report. This does work perfectly. Now I want to get the results from a field for a count of certain items and have it appear in a text box on the report. I am using the following code but gives an error: =DCount("TS","[mainquery]","[OVERALLSATISFACTION]") - I am trying to find all items that are "TS" in that field and have that number returned to the text box on the report.
Someone please help!