Hi Jay,
When you tab to the checkbox, press the spacebar once to check the
box, again to uncheck it, etc. There's no provision for enabling any
other key.
I would think you could assign a macro to ANY key that would change
the .Value of the currently form field (checking, of course, that
you're actually in a checkbox field).
If activeDocument.Range.FormFields(_
Selection.Bookmarks(1).Name).CheckBox.Valid Then
activeDocument.Range.FormFields( _
Selection.Bookmarks(1).Name).CheckBox.Value _
= NOT activeDocument.Range.FormFields( _
Selection.Bookmarks(1).Name).CheckBox.Value
End If
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word
This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail