I created a form in word97 that will allow our internal user to fillout a customer satisfaction survey on line via email. My question is: I created two dropdown form fields one for technician taking the call and the other is technician assign to the call. I would like to see if there is a way to make the technician name assign to a call appear on every question on the survey. For example: How would you rate the knowledge of the (tech name) who handled the call? How to do you declare a DIM stmts to handle this in word 97. I was given the following DIM stmt but I don't know how to apply it in Word 97.
Dim Name As String
NewRange=combobox1.seltext
Name=NewRange
The select text can be use like this:
How would you rate the knowledge of "&Name" who handled the call? Where do I go in VB to enter this stmts. help Anyone.. Thank You