C
CoachTony
Hello,
I am using the methods decribed on this site to set the tab order by
assisgning an exit macro for each form field on my MS Word template, it works
great with text fields.
However, I can not get it to tab to the next field if it is a check box type
of form field.
here is the code I am using:
Sub ExitContactDate()
ActiveDocument.Bookmarks("chkVisit").Range.Fields(1).Result.Select
End Sub
Any thoughts on how to accomplish this?
I am using the methods decribed on this site to set the tab order by
assisgning an exit macro for each form field on my MS Word template, it works
great with text fields.
However, I can not get it to tab to the next field if it is a check box type
of form field.
here is the code I am using:
Sub ExitContactDate()
ActiveDocument.Bookmarks("chkVisit").Range.Fields(1).Result.Select
End Sub
Any thoughts on how to accomplish this?