Hello all!
I am trying to make my reports look "clean" when they have been converted to Microsoft Word. I know of the .snp format but cannot use it, so it is not a viable solution here. I need to somehow get the data from checkboxes to appear on the Word side. When I convert a report to Microsoft Word I get all the labels associated to the checkboxes but I don't get the data associated to the checkbox. I am thinking that what I need to do is create an unbound text box and fill it with the value of the field if it is true. An examle is:
Site Age: Prehistoric - value is true
Historic -value is false
so the unbound textbox would display "Prehistoric".
Unfortunately I don't know how to implement this...maybe you do?
Sera
I am trying to make my reports look "clean" when they have been converted to Microsoft Word. I know of the .snp format but cannot use it, so it is not a viable solution here. I need to somehow get the data from checkboxes to appear on the Word side. When I convert a report to Microsoft Word I get all the labels associated to the checkboxes but I don't get the data associated to the checkbox. I am thinking that what I need to do is create an unbound text box and fill it with the value of the field if it is true. An examle is:
Site Age: Prehistoric - value is true
Historic -value is false
so the unbound textbox would display "Prehistoric".
Unfortunately I don't know how to implement this...maybe you do?
Sera