[dba-Tech] One more thing on Word dropdown field

Bryan Carbonnell carbonnb at gmail.com
Sun Aug 19 12:28:29 CDT 2007


On 8/19/07, Susan Harkins <ssharkins at gmail.com> wrote:
> I'm not seeing any way to actually compare the selected value -- only the
> position of the selected value. For instance, if the user selects the first
> item, which is "blue" -- the
>
> ActiveDocument.FormFields("field").DropDown.Value
>
> Returns 1
>
> If the user selects the second item, which is red, it returns 2.
>
> I can't find a statement to return "blue" and "red."
>
> Can you do that?

Off the top of my head, try .Result instead of .Value

-- 
Bryan Carbonnell - carbonnb at gmail.com
Life's journey is not to arrive at the grave safely in a well
preserved body, but rather to skid in sideways, totally worn out,
shouting "What a great ride!"



More information about the dba-Tech mailing list