Results 1 to 5 of 5
  1. #1
    n1nj4m4st3r is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2014
    Posts
    1

    Mousewheel Scroll Problems

    First time poster Hi



    I'll start off by saying that Access is nowhere near my forte so I apologise if my explanation is somewhat garbled.

    I have a user who has a few databases with over 5000 records in each DB and wants to use the mousewheel to scroll through the records. Now I know that this feature was removed/changed in Access 2010 but I found an article that involved adding some code to the VB of the form. http://support.microsoft.com/kb/2458709

    I have added this code to the forms in question and works a treat. Expect for one form. And this is where my explanation may get a bit garbled as I'm not sure of terminology, or indeed if this is actually how it works!

    The form I am having an issue with looks to be auto-built(?) from pulling in information from a number of other tables. Thus when I hit Atl-F11 to bring up the VB code screen there is no actual code behind the form for me to add the code from the KB article.

    Anyone have an ideas?

    many thanks
    in advance

    Jim

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Not all forms have a VBA module. They can possibly depend on macros only or not have any event handlers. You can create an event procedure using the pulldowns in the IDE or clicking the elipses(...) in the Event tab of the Property Sheet for the associated control/form.

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    What do you mean by 'feature was removed/changed in Access 2010'? Mousewheel scroll works for me.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    I have noticed that in 2010 the mouse wheel does not automatically advance to a new record while in Single Form view, unlike 2003

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Okay, see that now. I was just thinking about Continuous and Datasheet. I don't really miss it on Single view forms because I usually set the Cycle property to Current Record and build custom buttons for Next and Previous record navigation as well as filter with text or combo box. Or form opened to single record for data edit then closed so navigation not needed.

    I don't remember much about 2003, didn't use it very long.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Scroll Bar Issues
    By keith701a in forum Forms
    Replies: 2
    Last Post: 01-18-2012, 03:50 PM
  2. Scroll bar Issue
    By phool4fool in forum Forms
    Replies: 2
    Last Post: 12-28-2011, 03:10 PM
  3. Scroll Bar in Report?
    By italianfinancier in forum Reports
    Replies: 1
    Last Post: 05-26-2011, 04:24 PM
  4. Scroll Bars
    By Rick West in forum Forms
    Replies: 4
    Last Post: 10-14-2010, 01:00 PM
  5. Mousewheel dll technique
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-24-2010, 04:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums