Word 2000: What code can I use to access the "properties"
in a text form field? Field1 is named TelsetCount and
Field2 is named VMailCount.

I can never have more voice-mailboxes than telephones, so
when I exit Field1-TelsetCount I want to make
VMailCount.Default = TelsetCount.Value.

Obviously, my syntax is incorrect. Any suggestions??????

visual basic text form field properties by Billy

Billy
Wed Dec 10 17:09:32 CST 2003

If you're trying to set one Field's value to another,
I think you just want to set Field2.Value = Field1.Value
on Exit... not the default.

>-----Original Message-----
>Word 2000: What code can I use to access
the "properties"
>in a text form field? Field1 is named TelsetCount and
>Field2 is named VMailCount.
>
>I can never have more voice-mailboxes than telephones,
so
>when I exit Field1-TelsetCount I want to make
>VMailCount.Default = TelsetCount.Value.
>
>Obviously, my syntax is incorrect. Any suggestions??????
>.
>

visual basic text form field properties by Chuck

Chuck
Wed Dec 10 18:25:16 CST 2003

Many thanks!

>-----Original Message-----
>If you're trying to set one Field's value to another,
>I think you just want to set Field2.Value = Field1.Value
>on Exit... not the default.
>
>>-----Original Message-----
>>Word 2000: What code can I use to access
>the "properties"
>>in a text form field? Field1 is named TelsetCount and
>>Field2 is named VMailCount.
>>
>>I can never have more voice-mailboxes than telephones,
>so
>>when I exit Field1-TelsetCount I want to make
>>VMailCount.Default = TelsetCount.Value.
>>
>>Obviously, my syntax is incorrect. Any suggestions??????
>>.
>>
>.
>