View Full Version : Delete records using code


wh00t
01-29-2002, 06:52 AM
hi

I am creating a beast of a db, this db will be used a lot, and will need to delete records on a regular basis, is there a way that I can delete records from certain tables based on certain criteria (i.e. anything older than 10 days) using code?

Harry
01-29-2002, 07:13 AM
How about creating a delete query where the criteria is now-10 and running that?