Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tab Index

Status
Not open for further replies.

skierm

Programmer
Jun 9, 2003
39
US
When using the tab index can you make that last tab goto the first tab instead of going to a next record.
 
Hiya,

This may help:

Tools -> Options -> Keyboard (tab)

set 'cursor stops at first/last field' true.

(This stops it moving to next record.

Then for this field - check for a 'tab' keypress in VB and setfocus to your first field.

Someone may have a better solution, but this should work ok.

Regards,

Darrylle

"Never argue with an idiot, he'll bring you down to his level - then beat you with experience." darrylles@totalise.co.uk
 
Skierm:

If you are working on a form, open the forms properties dialog and select the Other tab. Set Cycle to Current Record.

If you are working with a subform and do not want to allow additional records then on the form's properties dialog, select the Data tab and set Allow Additions to false.

HTH

Larry De Laruelle
ldelaruelle@familychildrenscenter.org

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top