How to stop TABS from going to next record.

D

Dan

Hi,

I have a form that I would like to have tabs to move
around the form, but when I come to the last tab of the
form it takes me to the next record. Is there anyway I
can stop the last tab from going to the next record? I
would like the last tab to go back to the first tab index
but within the same record.

Thanks
 
D

Douglas J. Steele

Look at the form's properties. Find the Cycle property (look on the Other
tab if you're having problems finding it), and set it to Current Record
 
Top