I tried your code, and it works perfect for me. So that was the solution I needed for this odd problem. Had to put on an On Error handling, because I go error in then end of scrolling.
Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
On Error GoTo MouseWheel_Error
If...
Hi! I have got the same problem with my Access 2016 and continuous forms. It started today.
I also have Access 2010 on my computer, and there scrolling works fine.