Yeah I tried checking that box too, and it still didn't work. Then I even tried using the macro linked to in that article and specifying to run it on Exit, and it still didn't work. I use Word 2000...is that an issue?
Main Topics
Browse All TopicsOkay, I never work with Word, so I may be missing something obvious. I am creating a template where at the top I have a text form field that should update a whole host of bookmarks in the document after something is typed in. I create the text form field, and typed in ClientName under Bookmark, and ensured Fill-in Enabled was checked. Then I inserted my bookmarks which refer to that text form field. So if I view the field codes it says REF ClientName \* MERGEFORMAT. Now when I'm editing my template and I protect it, it all works fine. However, when I create a new document from the template, after typing in the text form field, it doesnt update the rest of the document. What am I missing?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'm using Word 2003 and it works just fine as long as I have the Calculate on Exit checked in all of my edit boxes. I have been able to do this in a new blank document and a new document from a template (like your setup). So, we're just missing something simple.
Now, to insert your reference, do you use Insert > Bookmark, or are you inserting a ref field (Insert > Field > Ref, giving bookmark's name)? You'll want to use the Ref field as the Insert > Bookmark actually tags text as a bookmark (opposite of what you think it would do). The other alternative to explicitly using the field (insert > field) is to have Word put the field in for you: Insert > Reference > Cross Reference, identifying the existing bookmark.
To be honest, I don't remember how I inserted the reference. I remember I created one, and then just copied and pasted it everywhere I needed it. If I choose to show the field codes, though, it shows the REF ClientName \* MERGEFORMAT which is what it should show, isnt it?
Well, I actually just did it the other way, Insert -> Field -> Ref and now the field code just shows REF ClientName. However, it had the same problem in the new document. I had to hit TAB to get it to update. At any rate, I'll leave this open for awhile...maybe someone can see what's going on. Thanks for your help thus far.
Azra: First, you are SUCH a liar!! You HAVE worked in Word before 'cause I helped you a couple of years ago, LOL. :)
Check out a couple of articles that may help you (some is probably duplicate, but hopefully easier to understand). To learn these things, first try in a new document so we know it's not something to do with your Word:
http://www.officearticles.
Then, learn how to update fields and how fields in the header or footer WILL NOT update even using Calculate on Exit (which sucks):
http://www.officearticles.
Then, check out the macro by our own Malcolm, which seems to work very well:
http://vbaexpress.com/kb/g
Or perhaps you really need THIS macro, which specifically updates Headers and Footers fields:
http://vbaexpress.com/kb/g
I did not test the macros to compare how they work. I just used Malcolm's recently in a project, and it's great, but I did not have fields in the headers and footers.
:)
Business Accounts
Answer for Membership
by: dopyiiiPosted on 2005-11-04 at 08:33:21ID: 15225596
Well, the problem is that fields won't update in a protected document (don't ask me why they thought that was a good idea). Here's what you can do:
om/?kbid=2 91474
1. make sure that your field entry box (whatever it is) has a bookmark assigned to it (probably already doen)
2. make sure the "calculate on exit" box is checked
3. Insert your reference field referencing that bookmark (probably already done)
Also, here's the basic process explained in Microsoft-ease:
http://support.microsoft.c
There are macros out there that can do this too, but if the calculate on exit works, no need to bloat your document with additional macros.
Does that work for you?