Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/03/2002, 17:51
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Re: tan simple como agrupar y mostrar

Se me ocurre algo así, aunque no lo probé:

Código:
Bandera = ""

Do while not rs.EOF

Response.Write rs("Fecha") & " " & rs("Servicio") & " " & rs("cont")
Bandera = rs("Fecha")
Rs.MoveNext

If Bandera = rs("Fecha") then
Response.Write " " & rs("Servicio") & " " & rs("cont")
Bandera = Rs("Fecha")
End if

Loop