Código:
Con esto voy borrando dato a dato<%'Convertimos el formato de fecha al estilo 10/5/2002 Dia=Day(Date) Mes=Month(Date) Anio=Year(Date) Fecha=Dia&"/"&Mes&"/"&Anio 'Con esto borramos los registros que excedan de la fecha Final en 3 días FechaFiestas=RS("DateFinal") DiferenciaEntreFechafiesta = DateDiff("y", Fecha, FechaFiestas) if DiferenciaEntreFechafiesta<-3 then 'RS("ID")="" RS("Description")="" RS("Event_Name")="" RS("Description")="" RS("Location")="" RS("Category")="" 'RS("Date")="" 'RS("DateFinal")="" 'Guardamos los cambios 'RS.Update end if %>
¿Alguien sabe como puedo borrar el registro completo?
un saludo