Hello, Here is a request SQL which works "SELECT DISTINCT nom FROM individus WHERE condition ORDER BY nom" Besides, I would like to collect the number of 'nom' for every recording. "SELECT DISTINCT nom, COUNT(nom) FROM individus WHERE condition ORDER BY nom" or all my other requests don't work. Has anybody a solution? -- Thierry NAUZE Saint-Denis de la Réunion