> The formfield bookmarked "City" can only appear once. You can have
> multiple references to the bookmark using { REF City } or simply { City }
[quoted text clipped - 29 lines]
>>
>> Thanks Nathan
Nathan,
I don't know what else to offer. I don't know anything about VB.net.
This works in a document using VBA. It sets the value of the formfield and
updates the REF fields in the main text story. Are you REF fields located
somewhere other than the main text story (e.g., headers or footers)?
> Sub Test()
> Dim Doc As Word.Document
> Set Doc = ActiveDocument
> Doc.FormFields("City").Result = "Sydney"
> Doc.Fields.Update
> End Sub

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Hey greg,
>
[quoted text clipped - 50 lines]
>>>
>>> Thanks Nathan
Nathan Franklin - 27 Apr 2006 01:51 GMT
Greg,
The ref fields are just located in the main storey. I guess I will just have
to have a play and see what I find...
Do you have to do soemthing different to update the header and footer
fields? I do have some other fields in the headers and footers, will I have
to use a different method.
thanks greg
nathan
> Nathan,
>
[quoted text clipped - 65 lines]
>>>>
>>>> Thanks Nathan
Greg Maxey - 27 Apr 2006 02:01 GMT
Nathan,
Yes, see: 2.g.1. here:
http://gregmaxey.mvps.org/Repeating_Data.htm

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Greg,
> The ref fields are just located in the main storey. I guess I will
[quoted text clipped - 83 lines]
>>>>>
>>>>> Thanks Nathan