total yes and no text fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with 3 fields, all are formatted as text fields with a combo
box control with 3 choices "yes" "no" "dna". How can i total the individual
responses(yes, no, dna) for each field.
 
It's not really clear just what fields you have in the document. Is it
three dropdown type formfields?

However, the following code will return 1 if the first item in a dropdown is
selected, 2 if it's the second, 3 if it's the third

ActiveDocument.FormFields("Dropdown1").DropDown.Value

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
Back
Top