I would suggest that you use DOCVARIABLE fields as they are simpler to use
than DOCPROPERTY fields from the getting the data into the associated
Variable.
ActiveDocument.Variables("varName").Value = [somethingfromAccess]
To get the formatting that you desire in the document, you would include a
\* charformat switch and apply the desired formatting to the D of
DOCVARIABLE
{ DOCVARIABLE "varName" \* charformat }
You must use Ctrl+F9 to insert the field delimiters { }

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi,
> There was once an idiots guide to creating custom fields and putting them
[quoted text clipped - 10 lines]
>
> These fields are going to be used to merge data from access.