Auto delete

D

darrin

Is there a way to delete records older than xx days AUTOMATICALLY? db has
auto date / time field when new info is entered so it could work off that. I
would like for entries to automatically delete or at least automatically go
into an archive table.

i use asp vbscript for posting, updating, data etc.
 
R

Ricky Hicks MVP

Create an execute a Delete query with the needed criteria to filter the
records you want to remove ...

R. Hicks
 
Top