Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Override Field Tab Order

6 views
Skip to first unread message

A_Classic_Man

unread,
Mar 22, 2011, 6:01:21 PM3/22/11
to
I have a form with several fields and use the following code to tab
through the fields:

Sub ExitbmRB()
ActiveDocument.Bookmarks("bmAlTime").Range.Fields(1).Result.Select
End Sub

This works great except if you want to change a field already filled
in or want to skip ahead.

Is there code I can add to the above code that will allow me to use
the mouse to move to a different field than what is next.

Thanks
Ron

0 new messages