Results 1 to 2 of 2
  1. #1
    munroe47 is offline Novice
    Windows XP Access 2002 (version 10.0)
    Join Date
    Mar 2012
    Location
    Oregon
    Posts
    12

    Am unable to use scroll wheel on mouse to go to next record in Form View

    I am using Office 2013 Pro with Windows 8.1. I am new to this version of Access, but I have been using Access for years. I am not a programmer and have never used V Basic (maybe its time to learn it!). However, I have created a number of Databases that extensively use Queries, Macros, Reports and Forms that I have created without writing any code myself. I often use Combo Boxes on Forms to provide criteria to Queries and Command Buttons to run Macros which run the Queries and open new Forms or Reports whose source data comes from those Queries.



    I cannot seem to be able to use the mouse wheel to scroll through records in Form View but have to click the back/forward arrows or use Page Up/Down to get to another record. No big deal, but I would like to be able to use the scroll wheel (which seems to be working fine for other things in Access as well as in other applications).

    I have tried to assign an action to the mouse wheel via the Event Tab in the Properties window for a specific Form. It offers me the option of assigning a Macro to the mouse wheel but none of the Macro commands seem to be the one I need. I tried using FindNextRecord as a Macro command, but I was asked for search criteria when I tried to run the Macro. The Query on which the Form is based has already provided the search criteria, I just want to use the wheel to flip through the records!!

    It seems to me that this issue should have a simple solution and that it could be solved globally for all Forms in the Database rather than resolved separately for each Form, but what do I know?.

    Any suggestions??

    Also, any suggestions for a good book to self-teach myself Visual Basic thoroughly enough to apply it to Access programming? (I assume that is still the language that this version of Access uses). I have programmed in the past using Pascal (I guess that dates me!), so I do understand the fundamentals of structured programming, but its been a while and never with V Basic.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Historically, developers have taken extra steps to disable the mouse wheel in Access. Now it is disabled by default. You can use the form's mousewheel property to do something like acNext.

    DoCmd.GoToRecord , , acNext

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

Similar Threads

  1. Mouse wheel changing record
    By ashu.doc in forum Forms
    Replies: 5
    Last Post: 07-11-2013, 06:49 PM
  2. Scroll Wheel Hides(?) Record in Subform
    By Degs29 in forum Access
    Replies: 1
    Last Post: 06-26-2013, 03:36 PM
  3. Replies: 3
    Last Post: 11-05-2012, 03:50 PM
  4. go to next record by scroll wheel
    By smahdih in forum Access
    Replies: 3
    Last Post: 10-30-2011, 05:50 PM
  5. Replies: 1
    Last Post: 06-02-2009, 04:44 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