H
Harlan
Using a checkbox form control on a template. I wish to control the state of
the box from my VB application. I've tried
..FormFields("check3").Result = 1
..FormFields("check3").Result = True
doesn't seem to work, and there isn't a .Value to go with .FormFields
How do you set the value of the checkbox?
Thanks
Harlan
the box from my VB application. I've tried
..FormFields("check3").Result = 1
..FormFields("check3").Result = True
doesn't seem to work, and there isn't a .Value to go with .FormFields
How do you set the value of the checkbox?
Thanks
Harlan