Can an updateable control be removed from tab order?

  • Thread starter Thread starter Laurel
  • Start date Start date
L

Laurel

I have two check boxes on each detail row that are not usually used. Is it
possible to remove them from the tab order so the data entry person can just
tab through the other updateable columns and then on to the next row without
having to tab through these checkboxes?

TIA
LAS
 
They will be in the tab order, but you can set the tab stop property to No
(False) in the property sheet (Other tab)
 
Back
Top