![]() |
#1
|
|||
|
|||
![]()
I have a form in Word 2013 that is 2 pages long and the basic information for the second page contains all the same basic information from the first page. The text fields are no problem and have copied over fine using bookmarks. However, there are 5 checkboxes that if checked on the first page, I need them to be checked on the second page. They are named as follows:
First Page Second Page C1 C2 VCI1 VCI2 CI1 CI2 PN1 PN2 PY1 PY2 I find all sorts of code available to make checkboxes mutually exclusive, but that isn't what I need and unfortunately, I don't have enough coding knowledge to modify that code to work in the opposite. Any assistance would be greatly appreciated. |
#2
|
||||
|
||||
![]()
Your references to content controls, then to fields and bookmarks suggest you're using a mix of content controls and formfields; you shouldn't. Content controls and formfields were not designed to work together and you can cause problems when you do.
For repeating content control data, see 'Supporting repeating content' in: https://msdn.microsoft.com/en-us/lib...or=-2147217396
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
||||
|
||||
![]()
You can map the content controls and cross reference them so they work as one when checked and unchecked. The content control version of http://www.gmayor.com/BookmarkandVariableEditor.htm makes this a simple task. If you want to explore what is possible with mapped content controls to a greater depth then Greg Maxey has a more sophisticated (but inevitably more complicated to get your head around) version which is linked from that page.
As for the content control/form field issue raised by Paul http://www.gmayor.com/ExtractDataFromForms.htm includes a tool to convert form fields to content controls.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
![]() |
Tags |
checkbox, contentcontrol |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
allikat305 | Word Tables | 5 | 11-22-2016 11:20 PM |
![]() |
derajlance | Word VBA | 1 | 05-13-2016 01:55 PM |
![]() |
DougsGraphics | Word VBA | 2 | 06-24-2015 07:31 AM |
![]() |
canadansk | Word VBA | 5 | 04-01-2015 08:21 AM |
![]() |
BrainSlugs83 | Word Tables | 8 | 11-14-2013 03:06 AM |