I would be assigning the data to document variables and displaying it when
and where needed in the documents by inserting {DOCVARIABLE varname } fields

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
> I'm trying to insert data from a recordset into Word fields.(not sure if
> Fillin or MergeField would be best appropiate)
[quoted text clipped - 7 lines]
>
> Any help would be appreciate it
krlos - 23 Feb 2005 14:27 GMT
Very very new with Word; how should I assign variables in a Word doc?
> I would be assigning the data to document variables and displaying it when
> and where needed in the documents by inserting {DOCVARIABLE varname } fields
[quoted text clipped - 10 lines]
> >
> > Any help would be appreciate it
Doug Robbins - 24 Feb 2005 00:07 GMT
ActiveDocument.Variables("varname").Value = "Some Value"

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
> Very very new with Word; how should I assign variables in a Word doc?
>
[quoted text clipped - 17 lines]
>> >
>> > Any help would be appreciate it