I didn't have these line in my inc_birthdate.asp Azaniah. I just got these:
strSql = "SELECT " & strMemberTablePrefix & "MEMBERS.MEMBER_ID," & strMemberTablePrefix & "MEMBERS.M_NAME," & strMemberTablePrefix & "MEMBERS.M_HIDEAGE," & strMemberTablePrefix & "MEMBERS.M_BIRTHDATE"
strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS "
strSql = strSql & " WHERE " & strMemberTablePrefix & "MEMBERS.M_BIRTHDATE LIKE '____" & currMonth & "__'"
strSql = strSql & "AND Right(" & strMemberTablePrefix & "MEMBERS.M_BIRTHDATE,2)>'" & (doublenum(currday-3)) & "' "
strSql = strSql & "AND Right(" & strMemberTablePrefix & "MEMBERS.M_BIRTHDATE,2)<'" & (doublenum(currday+3)) & "' "
strSql = strSql & "ORDER BY Right(" & strMemberTablePrefix & "MEMBERS.M_BIRTHDATE,4) "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"A Woman without her man is nothing." (but put some punction it will be diffrent.