Prevent Mouse Wheel from scrolling through records

G

Guest

Even when the cycle property is set to current record, the mouse wheel allows
the user to scroll to previous/next record(s) on a form.

How do I prevent this, limiting the user to the current record. I would
prefer not to use a filter if possible.
 
G

Guest

OK, but I will be rolling this out to other users. I don't particularly want
to have to copy .dll files to their machines unless I have to. Is there any
way of capturing the response to the mousewheel without installing .dll files?
 
D

Douglas J. Steele

I don't believe so.

Given that the DLL does not have to be registered, and given that it can be
placed in the same folder as the MDB file, I don't see what issue there can
be. You are rolling out a copy of the front-end application to each user
already, aren't you?
 
G

Guest

I had a similar situation and selected "YES" for Data entry in the Form
"Data" properties. so when you bring up the form you'll only see one record
(in the record selector) even though there are many.

Good Luck!

Devon Vinson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top