Steven,
I will try. Let's perform a quick tutorial.
Open a new document. Type the company name, select it,
and use Insert>Bookmarks to bookmark the selection. Call
it CoName (type in CoName and click add).
Now create a reference to the bookmark. Move down a few
lines and type: REF CoName
Select it and press CTRL+F9. You have just created a
reference field to the bookmark. It should look like this:
{ REF CoName }. Press ALT+F9 to toggle the field code and
press F9 to update adn display the field result.
OK, you should now understand a REF field.
You said you are creating a form. A form is usually
understood to be something that has boilerplate text and
space for users to supply information. For a complete
tuitorial see:
http://word.mvps.org/FAQs/TblsFldsFms/LinesInForms.htm and
the series of linked articles by Dian Chapman.
Here is a simple example.
Open a new blank document. Click View>Toolbars>Forms
Type Company Name: and then click the "ab|" icon on the
form toolbar.
Double click the formfield that is displayed, change the
bookmark name to CoName, and check calculate on exit.
move down a few lines and insert the REF CoName field as
described earlier. Click the padlock icon on the form
toolbar to protect the form. Type in a company name in
the field and hit the tab key.
You should now see the company name repeated where you
placed the REF Field.
Hope this gets you started.