Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub MyOnEntry()
ActiveDocument.FormFields("Text2").Result = _
ActiveDocument.FormFields("Text1").Result
End Sub
Say the first one is named "Client", or to use the default for a text formfield. "Text1".
Go to where you want its value duplicated.
Press Ctrl-F9
Type in Text1