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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top