Hello.
I have a form which requery itself every 30 seconds by a timer event, but I would like to stop it when user scrolling this form. I thought I may use a gotfocus event for the scorll bar to set TimerInterval = 0. But how can I do this? Private Sub scrollbar_GotFocus()? It is a continuous form and scroll bar will appear by itself if there are more records than form's height, so I even don't know this scroll bar's name.
Please give me some ideas and thanks for help!