dunff2k
Aug 16 2005, 09:56 PM
Hello
I have a form that contains a few subforms
When I open this main form it opens with the scroll bar already scrolled half way down the form, is there a way to make sure it opens so that the scroll bar is scrolled up to the top?
Thanks
Paul
freakazeud
Aug 16 2005, 09:58 PM
Hi,
set focurs to a control which is at the top on the on open or on load event of your form!
If you don't have a control then create a tiny button set it's transparancy property to YES and put it in the upper right corner. Set the focus to that on open. (Me.YourFIeld.SetFocus)
HTH
Good luck