tab order quations.

  • Thread starter Thread starter qye2020
  • Start date Start date
Q

qye2020

1). Access form default goes to next record if tab on last control. How to
change this behavior and let me go back to the first form control within the
same record?

2).How to disable or change enter key as tab?

3). I have a form having correct tab order, buf if press enterkey as tab, it
has incorrect order. How to fix?
 
1) Change the Cycle property of the form to 'Current Record'.

2) From the database window see Tools->Options and look under the Keyboard
tab

3) I'm not sure I follow you on this one - can you be more specific?
 
Back
Top