Similar Text Form Fields to be Filled Using Dialog Box

B

Bill

I have a form with multiple text form field entries on
row1 (text1, more1, add1) that are filled in by the use of
a dialog box. I want to be able to detect if row1 has been
completed and, if so, enter the data in row2 (text2,
more2, add2), but can't figure it out. I'm using Word 2002.

Any suggestions would be greatly appreciated. Thanks in
advance, Bill
 
C

Cindy Meister -WordMVP-

Hi Bill,
I have a form with multiple text form field entries on
row1 (text1, more1, add1) that are filled in by the use of
a dialog box. I want to be able to detect if row1 has been
completed and, if so, enter the data in row2 (text2,
more2, add2), but can't figure it out. I'm using Word 2002.
I'd check the .Result property of one (or all) of the form
fields. If it's a zero length string, the field is empty
(Len(ActiveDocument.Formfields("NAME").Result) = 0)

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jan
24 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :)
 

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