Use the OnTimer event of a form. You could have the form open, but not visible if you wish.
Set your Timer Interval to whatever time you want (1000 = 1 second, so 15 minutes would be 900000). And then put your code on the On Timer Event. This will fire the On Timer Event every 15 minutes. Jim Lunde
compugeeks@hotmail.com
Custom Application Development