Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/03/2007, 17:08
Avatar de Shiryu_Libra
Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 18 años, 1 mes
Puntos: 88
Pregunta Se puede realizar este tipo de consultas con ACCESS?

Saludos.

es posible, la realizacion de un COUNT de este tipo?

sSQL="SELECT COUNT(DISTINCT periodo. grupo, status) FROM LE order by Periodo"

set rec=cxn.execute(sSQL)
if Err=0 then tantos=rec(0)