View Single Post
 
Old 07-25-2017, 09:43 AM
parisfranco parisfranco is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2017
Posts: 10
parisfranco is on a distinguished road
Default

Quote:
Originally Posted by Charles Kenyon View Post
It can be solved so long as your date is simple. That is, if you have three fields, one for month, one for day, and one for year, it should not be difficult. If you have a date field, though, it gets tougher.

The basic field is an IF field. You have to identify your month field in some way. I would suggest using either Mapped Content Controls or legacy form fields for your drop-down. Content Controls and legacy fields should not be used in the same document, you should choose one or the other.

The advantage of the legacy controls is that you can check the "calculate on exit" box in properties and any IF fields based on that control will update automatically when the user tabs out of the control. The disadvantage is that the document must be protected for "filling in forms" which disables ability to use many other Word features.

(to be continued)
Yes I will have field for each parameter, one for day, one for month and one for year
So it will be
IF the mnoth is 1(january) then paste this content here at this bookmark

Yes I just want to use form to input data......
lets say 7fields and I will just input it and word will calculate everything and create document.....

But I want to definately hide the form field from end user....is that possible
he must not know content was generate like that

What do you mean by locking the word doc?
I need to edit it, but the end user not, because I will save it as PDF anyways, so he will be able to read it only
Reply With Quote