Hello all,
Here is what I want to accomplish as quickly and easily as possible. I have a mail-merge word document linked to an excel database. I want to condition the checkboxes to fill based on what is in the excel file. For example, if my MERGEFIELD named QUESTION1 = Y then the checkbox form in the word doc should be checked, otherwise it should unchecked. I know I can accomplish this with the {IF {MERGEFIELD QUESTION1} = "Y" "wingding checked" "wingding unchecked"} logic, but that does not accomplish what I want because I need the checkboxes to maintain their functionality even after the merge. I am pre-populating forms for people who will receive them but still need the flexibity to check/uncheck each checkbox. I will use either checkbox (ActiveX or Legacy) if I can get either to work. Please help...it is the only item keeping me from completing the project.
... threads merged ...
When I perform the mail merge to a new document my pre-existing Text Form Fields disappear. If I use ActiveX Text Boxes, they don't disappear like the Legacy Form Fields do...is there anyway to make the Legacy Form Fields behave similar to the ActiveX Text Boxes and stay with the merged doc?
Thanks!
Last edited by macropod; 03-04-2014 at 11:46 PM.
Reason: Two related threads merged
|