In the Microsoft Access 2003 SQL Editor, I want to use my mouse scroll wheel.

However, the only way the program seems to allow me to navigate is via keyboard.

How do I enable scroll wheel support in the Microsoft Access SQL editor?

Thank you.

link|improve this question

1  
I'm too lazy to fire up A2007 or A2010 to check, but I think that's one tiny thing that was finally fixed. I could be wrong, though -- I do all my programming in A2003. – David W. Fenton Feb 9 '11 at 3:31
Thanks, David; anyone else have A2007 or A2010 to confirm? – schultkl Feb 10 '11 at 4:18
1  
I just fired up A2007, and, yes, the scroll wheel works properly in the VBE. – David W. Fenton Feb 11 '11 at 22:39
Thanks, David, for going the extra mile. – schultkl Feb 12 '11 at 6:10
Ugh, how can you stand the built in Access SQL editor? From what I remember it is utter rubbish; no syntax highlighting or indenting, no ability to change the font (doesn't it use a non-monospaced font?), etc. Gross. – Peter Nore Jun 13 '11 at 12:21
feedback

1 Answer

up vote 1 down vote accepted

Programs have to be written to support the scroll wheel (handle the WM_MOUSEWHEEL window message). If a program doesn't support it, the best you could hope for is a tool to map the scroll wheel to arrow keys or page up/down.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.