I'm trying to write some code that will run a query every 15 minutes and dsiplay the results. I want this time based code to run and have no one see. I tried the idea of using a hidden form with a time based event, however, the form still shows in the start bar. i want to have absolutely no sign that this code is running. No forms except the hidden one is open at all times. so putting the code in one of the forms the user sees is not possible. Any ideas? Is there any way to add events just to the database itself, rather than to a form or button? Or is there a way that i can keep from having the hidden form show in the start bar? Thanks a lot guys..