Hi,

I am using a timer control on a primary form that kicks off every 15 seconds. This refreshes a grid which shows data from a database. My probem is when I click on a menu function, another form pops up that allows me to edit data. When I make the change to the data it updates the database. I then close out the form. However, the primary form that has the timer control now has focus again but is not firing once the form has regained focus. What am I doing wrong.

Thanks,
Blake