Checkbox on a Form, Checkbox in the Document

C

Cissy

Hello,

I'm using a form that has a series of checkboxes and in my document I have
the same checkboxes. I want the user to click the box on the form so that
the checkbox in the document will be checked. Can't seem to get it to work
this time for some reason. So far I have:

(Word XP)

If frmMotion.boxSmClaims = True Then ActiveDocument.

this is where I get stuck. I've tried a variety of things, I bookmarked the
checkbox in the document (bkSmClaims) but can't seem to get anywhere. Thanks
for the help.
 
C

Cissy

I figured it out:
If frmMotion.boxSmClaims = True Then
ActiveDocument.FormFields("Check1").CheckBox.Value = True

I was using "checked" instead of "True". Thank you
 

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