Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/06/2002, 07:06
JoeYFuRiA
 
Fecha de Ingreso: junio-2002
Mensajes: 58
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: cumpleaños mensuales

Hola Ana, si cada dato lo tienes en un campo, es decir, el dia en un campo, el mes en otro y el año en otro, puedes hacer un simple select de los que cumplen en el mes actual:
Código:
  
<%strSQL = "SELECT Nombre, Dia FROM TuTabla WHERE Mes = " & month(Date) & " ORDER By Dia"
Set RS = Conn.execute (StrSQL)
Do While Not RS.EOF%>
Nombre: <%=RS("Nombre"%>
Cumpleaños: <%=RS("Dia")%>
<%RS.Movenext%>
<%LOOP%>
Espero ke te sirva, un saludo :P

<center><font face="verdana" color=#003366 size="1">One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them.[/CODE]</center>