With ActiveDocument
.SaveAs "SW_COA_" & .Formfields("Text2").Result & "_johnson.doc"
End With
I suggest that you give a more meaninful name to the bookmarks assigned to
your formfields.

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
>I have a word document that myself and others on my team must fill out
> repeatly. I created a simple template for the basic form to automate the
[quoted text clipped - 6 lines]
>
> Scott
ScoJO - 06 Apr 2006 22:07 GMT
DOUG,
Thanks for the help, it worked like a charm.
Scott Johnson
> With ActiveDocument
> .SaveAs "SW_COA_" & .Formfields("Text2").Result & "_johnson.doc"
[quoted text clipped - 13 lines]
> >
> > Scott