A worrying problem has just occurred in my Access Databases with the mouse wheel events.
Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
End Sub
Whether I roll the Mouse Wheel backwards or forwards, Count is always zero. It is supposed to be positive if rolled backwards.
It was working a few days ago.
I have tried this on other databases that use the Form_MouseWheel event and they all have the same problem.
It is not the Mouse, as I swapped it to one that is working on a Windows 10 machine.
Also, I tested the mouse functions using an online App and it recognised both forward and backward roll.
Plus, when scrolling a long form that has a standard Windows Scroll bar, it works perfectly well, both forward and backward. It also scrolls up and down in word and excel files using the mouse wheel. And I can scroll up and down this page.
It just seems to be the Form_MouseWheel event that has gone wrong.
I have done a reboot and a Repair of Office 365 to no avail.
Anyone got any ideas?