Alternate Scroll Bars

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

Is there a way to put a scroll bar on the left? I have a subform whose alignment prevents room for a scroll bar on the right, but it does have room on the left. If not, is there a certain bit of code I could use to scroll down/up despite the lack of a scroll bar? (i.e. move down as if with a scroll bar

Thanks

Vel
 
You could normally use the SelTop property but I have never tried it on
a Form without a visible ScrollBar but it still should work.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


Vel said:
Hello,

Is there a way to put a scroll bar on the left? I have a subform
whose alignment prevents room for a scroll bar on the right, but it does
have room on the left. If not, is there a certain bit of code I could
use to scroll down/up despite the lack of a scroll bar? (i.e. move down
as if with a scroll bar)
 
Thanks,

Worked like a charm. You know, it never ceases to amaze me how much flexibility Access has when you're willing to think 'outside the box.'

Vel
 
Back
Top