I have an Access 2003 database with a report that does not display all of the records in the query that populates it. The query for the report looks like this:
SELECT Incidents.[Incident number], Incidents.DateTimeCaseOpened, Incidents.CurrentStatus, Incidents.IncidentClassification...