Prevent tabbing to new record

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

Guest

I have a form that I want to be used only for adding new records. It is a
modal popup which I don't want control navigation through cmd buttons. I have
a button for adding new records (the form opens up to a new record and this
button advances to the next new record) and a button for closing the form.
The users can still tab to the next new record, which defeats any error
trapping that I am using. Is there any way to turn this capability off?

Thanks ahead of time. These boards have helped me greatly in the past.
 
Hi,
try to change the cycle property of the form to 'current record' only. You
will find the property in the property window of the form.
HTH
Good luck
 
Should have caught that one. Thanks for the assist. I must be suffering from
a bit of cranial flatulence.

later,
Ghillie
 
Back
Top