Hi mokshadavid,
Although there's also an 'update automatic links at open' option, this doesn't work with INCLUDETEXT fields, so the short answer is
no. However, you can update the field at any time by selecting it and pressing F9. Alternatively, to automate updating on opening,
you could insert a macro into the document, coded like:
Sub AutoOpen()
ActiveDocument.Fields.Update
End Sub
Cheers

Signature
macropod
[MVP - Microsoft Word]
| Hi, is it possible to automatically update FIELDS like INCLUDETEXT in table,
| everytime the document is opened? In my case, I am using a BOOKMARK & then
[quoted text clipped - 5 lines]
| that changing the INCLUDETEXT field text would change the original "BOOKMARK"
| text also? Thanks, I hope this makes sense! Any help is appreciated!