Access form scrolltop
I have a form with multiple subforms and a vertical scrollbar. When I scroll with the mousewheel, nothing happens. I'm trying to set the scrolltop of the parent form using the Form_MouseWheel event, but can't figure out how. I know that in Excel VBA it's the .ScrollTop property of the frame.
Q. How do you set the scrolltop of an access form?
|