Every week DB tasks

Hi,

I want to create forms from the information in my database. I want to create some forms every week and some every months. Once a form is generated, I want to delete all of the information in the DB. Is there a way to do so automatically, or I have to perform these tasks every week???

Thanks for the help,

Yuval

You will have to write a script for it and setup the cron facility in Unix to run it each week at a certain time for you.