disallow moving between records in form

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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]
 
Back
Top