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>