navigation question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

I have a form that is bound to a table. I have disabled the record select
and navigation to keep users from going to other records. However, if I tab
through it, it will move to the next record once I tab out of the last field.

How do I stop it form doing this?
 
Sorry, I should had been in the forms topic. Please answer here though if
you know because I'm not going to double post this question in the right
topic.
 
Open the form in Design view
Show the Form Properties
On the Other Tab set Cycle to Current Record.

This will take care of tabbing out of the form. However, they can still use
the mouse scroll button to move to the next or previous record. If you want
to stop that you will need to check out this code on Stephen Lebans site.

http://www.lebans.com/mousewheelonoff.htm


--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top