I have a report that is supposed to count the number of records based off a query and show the details. If the total number of records is 5 then I need 5 records showing in the body of the report. Sometimes this works and sometimes it's one record off. The report has 2 groups: 1st one is just for sorting by assigned date and doesn't have any headers. The 2nd one is by project name and shows the info. In the report header I have a text box with the control source saying
<b ="Total Submittals: " & Count([fldDateAssigned])/b>
Is there a better way to do the count?
<b ="Total Submittals: " & Count([fldDateAssigned])/b>
Is there a better way to do the count?