Hi, right now I have a program that copies an Access file to a mapped drive. I have it run on the load event and then fire a timer every 60 minutes. I'm using a DTS package to convert my access file to a SQL database and it's a large file so I need my program to run after the DTS package runs. I'm not sure how to look at the system time and determine whether or not the program should run. I want the file to copy 10 after the hour every hour. I know this is very simple but I've never dealt with anything like this. Help?