Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/09/2004, 06:17
Atzeneta
 
Fecha de Ingreso: junio-2004
Ubicación: Castellón, España
Mensajes: 98
Antigüedad: 19 años, 10 meses
Puntos: 0
Así podría ser una forma:

SELECT DatePart("d",Fecha) & "/" & DatePart("m",Fecha) & "/" & DatePart("yyyy",Fecha) AS Fecha_2, COUNT (Fecha) WHERE palabra="Index" GROUP BY DatePart("d",Fecha) & "/" & DatePart("m",Fecha) & "/" & DatePart("yyyy",Fecha)