Disable Tab in Access Forms

A

Arunpd

Hi,

I have a Access Form where I use buttons for Record Navigation.I want to
diable the tab..since it I tab through it takes me to the next record set.
 
P

Paolo

Hi Arunpd,
To avoid going on the next record by tabbing, set the form cycle property on
current record instead of all records.

HTH Paolo
 
Top