I am trying to put a time limit on articles in a database so that they will be automatically deleted. I created a DateExpire column in my database to contain the expiration date of the articles. Being a newcomer to the programming world I am not really sure of the code to read the expiry date and delete the article if it exceeds the date. So if anyone can pass on some workable code I would be most grateful.....