I have a form that I want the end user not to be able to scroll through
the records. I set up the command buttons to go to Next Record, Previous
Record First Record and Last Record.
I addition I give the user the ability to search for a specific record
using a combo box which displays all the record in the database.
I realise that if I am using a mouse with a scroll wheel one is still able
to scroll through using the wheel. I defnitely do not want that.
How do I disable the mouse scroll wheel in my Access application
Thanks