Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / July 2004

Tip: Looking for answers? Try searching our database.

Form Checkboxes Word 2000

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
George - 09 Jul 2004 22:23 GMT
I'm creating a form with "Summary" and "Worksheet"
sections. Does anyone know how to create "mutually-
inclusive" (if that's right term) checkboxes in Word
tables? That is, if a user were to check or uncheck a box
in the worksheet section it would automatically check or
uncheck a box in the Summary section? Once again, any
suggestions would be greatly appreciated.

thanks!
Doug Robbins - 10 Jul 2004 02:14 GMT
Use the following code in a macro run on exit from the first checkbox

If ActiveDocument.FormFields("Check1").CheckBox.Value = True Then
   ActiveDocument.FormFields("Check2").CheckBox.Value = True
Else
   ActiveDocument.FormFields("Check2").CheckBox.Value = False
End If

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

> I'm creating a form with "Summary" and "Worksheet"
> sections. Does anyone know how to create "mutually-
[quoted text clipped - 5 lines]
>
> thanks!
George - 12 Jul 2004 17:30 GMT
Doug,

Thanks for the code below - this works great!!

George

>-----Original Message-----
>Use the following code in a macro run on exit from the first checkbox
[quoted text clipped - 3 lines]
>Else
>    ActiveDocument.FormFields("Check2").CheckBox.Value =
False
>End If
>
[quoted text clipped - 9 lines]
>
>.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.