G Guest Jun 10, 2005 #1 I have created a fillable form document in Word 2003. Is it possible to make some of the form fields required fields?
I have created a fillable form document in Word 2003. Is it possible to make some of the form fields required fields?
J Jay Freedman Jun 10, 2005 #2 lwheeler said: I have created a fillable form document in Word 2003. Is it possible to make some of the form fields required fields? Click to expand... See http://word.mvps.org/FAQs/TblsFldsFms/ValidateFFields.htm for the general technique. The condition you want to test is whether the length of the field's .Result is equal to 0 (that is, it's empty).
lwheeler said: I have created a fillable form document in Word 2003. Is it possible to make some of the form fields required fields? Click to expand... See http://word.mvps.org/FAQs/TblsFldsFms/ValidateFFields.htm for the general technique. The condition you want to test is whether the length of the field's .Result is equal to 0 (that is, it's empty).