If you're thinking about a protected form, with the fields in a table, then
yes, the tab key jumps to the next field which may be in a non-adjacent
cell. If you want it to jump to some field other than the next
(left-to-right, then down a row),
it's doable but it takes a macro. See http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm.
And if you're not talking about a protected form, you might write your own macros for NextCell (= the built-in command that runs when you hit the Tab key in a table) and/or PrevCell (Shift+Tab).
You could make those macros skip certain cells (or columns), even depending on the content or formatting or (Word 2003) protection of the cells.
I am not very good in writing macro, but your idea is great, will give it a
try.
Thanks a lot for your suggestion.
Nguyen Nguyen
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.