simulate disable scroll wheel

guixian88

New member
Local time
Today, 23:53
Joined
Jun 8, 2004
Messages
8
hi...

does anyone know if it would be possible to implement this idea i hv to sort of simulate disabling the scrolling function to stop users from scrolling through all the records...

would it be possible to use the OnMouseWheel event, so that when a user attempts to scroll, Access gets the current form the user is at, maybe using Recordset.AbsolutionPosition... and then directs the user to the same form... maybe using DoCmd.GoToRecord..

unfortunately i'm very new to VBA...dun really know what the code should look like... any thoughts?
 

Users who are viewing this thread

Back
Top Bottom