Access has no built in functions for automation. You'll either need to write something separate in another language (C++,
VB, etc) which does the work and schedule that app with the OS to run regularly, write an ASP page that does your work and refreshes regularly (which requires you have a browser on some computer running this page 24/7), or you upgrade to a DB that has a built-in scheduling mechinism (such as MS SQL Server 2000).