Can someone please help?

R

ReneeDee

I have a document that is created in MS Word 2000. It is set up with form
fields. The document is protected and all we have to do is tab to each
field and type in our info for each field.

I have one column with about 5 fields, and then a field for the total at the
bottom of that column. How can I program the fields in that column to add
and have the total of those fields appear automatically in the field at the
bottom of that column?

Thank you for any assistance anyone can give me.
 
F

Frederick Kawa

Hi,

Here's how I did it:

To add, say two fields together, insert a Word field where you want the
tresult to show using Menu-Insert-Field.
Select "= Formula" for the type of field to add and put the following
formula in the formula box: { = (Text1+Text2)\*MERGEFORMAT }

Where "Text1" and "Text2" are the bookmark names of the form fields you want
to add in your document. Be sure to format them for numbers and not text.
Also, click "Calculate on Exit" on the last bookmark field you want added.

Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top