Hi gang,
In a form, I want a field that will get the info from a previously filled in field + some text. I know how to do part of it:
ActiveDocument.FormFields("Field2").Result = ActiveDocument.FormFields("Field1").Result
don't know how to say + "mytext"
Please help
tks



