G
Guest
All-
I have been struggling with the need to turn off the mouse wheel so that
users are only able to add a single record to a form. I know there is an
add-in or something you can download to turn the mouse wheel off, but the
thought of installing it on every computer the database is used on is
daunting. I think I found a good cheat, though. On the form's "on current
property" put the following single line of code
docmd.gotorecord , acFirst
So far it has worked for me, but please let me know if you forsee any
problems with this solution. Thanks.
Adam
I have been struggling with the need to turn off the mouse wheel so that
users are only able to add a single record to a form. I know there is an
add-in or something you can download to turn the mouse wheel off, but the
thought of installing it on every computer the database is used on is
daunting. I think I found a good cheat, though. On the form's "on current
property" put the following single line of code
docmd.gotorecord , acFirst
So far it has worked for me, but please let me know if you forsee any
problems with this solution. Thanks.
Adam