TAB between fields without changing records

  • Thread starter trevorC via AccessMonster.com
  • Start date
T

trevorC via AccessMonster.com

HI All,
Is it possible to use the TAB key to move between buttons on a form that has
a record source set to a table WITHOUT rolling over to the next record. I
need to move between my command buttons, in a Barcode scanning system. My
only solution i can think of is to write code to backup to the previous or
first TAB control. Is there a better way.
Regards TrevorC.
 
A

Allen Browne

Set the Cycle property of your form to Current Record.

(It's on the Other tab of the Properties sheet, when looking at the
properties of the Form.)
 
Top