Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a form that have text fields so that they can type unlimited text, but
I need it to be required. Meaning the person has to input something in the text field before moving on to the next question. Is there a way to do this in Word 2004? Thanks for your help! |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
On Tue, 22 Jan 2008 17:28:34 -0800, Victoria
wrote: I have a form that have text fields so that they can type unlimited text, but I need it to be required. Meaning the person has to input something in the text field before moving on to the next question. Is there a way to do this in Word 2004? Thanks for your help! See http://www.word.mvps.org/FAQs/TblsFl...ateFFields.htm. Test whether the field's .Result contains five nonbreaking spaces (that's the default content of a text form field). -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
See http://www.gmayor.com/formfieldmacros.htm
-- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Victoria wrote: I have a form that have text fields so that they can type unlimited text, but I need it to be required. Meaning the person has to input something in the text field before moving on to the next question. Is there a way to do this in Word 2004? Thanks for your help! |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thank G. Mayor but it didn't work. I copied the information and everything. I
must be doing something wrong. When I locked the form it still let me skip the text field without entering anything, which I don't want. I want it so I have to type something in the field before moving on. Please help!! "Graham Mayor" wrote: See http://www.gmayor.com/formfieldmacros.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Victoria wrote: I have a form that have text fields so that they can type unlimited text, but I need it to be required. Meaning the person has to input something in the text field before moving on to the next question. Is there a way to do this in Word 2004? Thanks for your help! |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
This is exactly what the macros do. Did you set the entry and exit macros to
run on all the relevant fields? Add the following macro to the module that contains the macros you copied from my web site and run it on the document. This will add the macros to all the fields: Put your cursor in the first field, then lock the form. It won't work if you have default text in the field. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Victoria wrote: Thank G. Mayor but it didn't work. I copied the information and everything. I must be doing something wrong. When I locked the form it still let me skip the text field without entering anything, which I don't want. I want it so I have to type something in the field before moving on. Please help!! "Graham Mayor" wrote: See http://www.gmayor.com/formfieldmacros.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Victoria wrote: I have a form that have text fields so that they can type unlimited text, but I need it to be required. Meaning the person has to input something in the text field before moving on to the next question. Is there a way to do this in Word 2004? Thanks for your help! |
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
This time it worked and a box comes up that says the field is required, but
then it just skips to the next text field and doesn't stay on the field that needs to be filled in first?? What did I do wrong? "Graham Mayor" wrote: This is exactly what the macros do. Did you set the entry and exit macros to run on all the relevant fields? Add the following macro to the module that contains the macros you copied from my web site and run it on the document. This will add the macros to all the fields: Put your cursor in the first field, then lock the form. It won't work if you have default text in the field. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org |
#7
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You need the Entry macro adding to the field that you tab to. Add it to all
the other fields and you will not be able to leave the required field(s) without entering something. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Victoria wrote: This time it worked and a box comes up that says the field is required, but then it just skips to the next text field and doesn't stay on the field that needs to be filled in first?? What did I do wrong? "Graham Mayor" wrote: This is exactly what the macros do. Did you set the entry and exit macros to run on all the relevant fields? Add the following macro to the module that contains the macros you copied from my web site and run it on the document. This will add the macros to all the fields: Put your cursor in the first field, then lock the form. It won't work if you have default text in the field. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I specify that a text field be required? | Microsoft Word Help | |||
Pop-up on 'save' about required form fields | Tables | |||
Problems making the text fields and checkboxes function in a form using a table structure | Tables | |||
Required form fields | Microsoft Word Help | |||
Text box as a required field | Microsoft Word Help |