disallow moving between records in form

G

Guest

I use a drop-down list to select specific records to display on a form. I do
not want to be able to scroll to different records once that specific record
is opened. I already disabled navigation buttons, but if I inadvertently use
the wheel on my mouse, the records scroll down or up to the next records,
rather than scrolling the single open form to top or bottom. Can I get the
mouse wheel to act differently within this program so that it will not scroll
to the next record?

Thanks.
 
J

John Vinson

I use a drop-down list to select specific records to display on a form. I do
not want to be able to scroll to different records once that specific record
is opened. I already disabled navigation buttons, but if I inadvertently use
the wheel on my mouse, the records scroll down or up to the next records,
rather than scrolling the single open form to top or bottom. Can I get the
mouse wheel to act differently within this program so that it will not scroll
to the next record?

Thanks.

Change your code so that it *filters* the form to the desired record,
rather than moving to the selected record.

John W. Vinson[MVP]
 

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