Unwanted Merge Mail Options Appear

G

George

Hi all,

I have a two-section form with Section 1 (form section)
protected for forms. I have the following AutoCheckBox
macro for each of the checkboxes they apply to.

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

The problem is that when I send this form to a user, a
mergemail prompt is displayed with the options to
either "Find the Data Source" or an "Options" button that
further prompts the user to either "Remove Data/Header
Source" or "Remove all Merge Info". This wasn't a merge
mail document to begin with and I am wondering why this
appears and how to get rid of this. If the user selects to
either "Remove Data/Header Source" or "Remove all Merge
Info", the macro above doesn't work. Any suggestions
would be greatly appreciated.

thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top