Puedes hacer algo asi:
Código php:
Ver original$consulta = "SELECT COUNT(*) AS 'total' FROM Fichas WHERE (((Fichas.Fecha) Between #$fecha1# And #$fecha2#) AND ((Fichas.Clasificacion)>='001' And (Fichas.Clasificacion)<='002'))
ORDER BY Fichas.Fecha DESC";
$total = $fila['total'];
echo "numero de filas: $total";
Saludos.