You may need all fields to be updated to the screen as you complete the form. This includes fields that are not updated via the option to calculate the output described in Method 1. Use in this case, the following macro that the macro "on leave" or the form fields. I have provided you with that same code :
Code:
Sub UpdateAllFields ()
Sun Arange As Range
Sun afield As Field
For Each Arange In ActiveDocument.StoryRanges
For Each afield In arange.Fields
aField.Update
Next afield
Next Arange
End Sub
Since this footnote macro "on leave" may cause a small delay on some computers, you may want to enable the option Update fields on printing if the document is a printed form.
Bookmarks