Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Katushka
 
Posts: n/a
Default Text box as a required field

Is it still impossible in MS Word 2003 to B require/B the
form-filler-outer to put an answer in a text box without having to write a
macro or do the sequential number deal?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman
 
Posts: n/a
Default Text box as a required field

On Fri, 5 May 2006 10:58:01 -0700, Katushka
wrote:

Is it still impossible in MS Word 2003 to B require/B the
form-filler-outer to put an answer in a text box without having to write a
macro or do the sequential number deal?


That's correct. Nothing has changed in that regard for Word 2003..
Look for a new feature in Word 2007 that will remedy this and many
other problems with forms.

--
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   Report Post  
Posted to microsoft.public.word.docmanagement
Katushka
 
Posts: n/a
Default Text box as a required field

Can you refer me to a help source for the macro or sequential number
solution? Whichever you think is the easiest/best (unless they are no good
in the first place)!!

"Jay Freedman" wrote:

On Fri, 5 May 2006 10:58:01 -0700, Katushka
wrote:

Is it still impossible in MS Word 2003 to B require/B the
form-filler-outer to put an answer in a text box without having to write a
macro or do the sequential number deal?


That's correct. Nothing has changed in that regard for Word 2003..
Look for a new feature in Word 2007 that will remedy this and many
other problems with forms.

--
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.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman
 
Posts: n/a
Default Text box as a required field

Requiring the user to put something/anything in a field is a special
case of the technique called "validation". You can adapt the macro
shown at
http://www.word.mvps.org/FAQs/TblsFl...ateFFields.htm. If all
you want to check is that there's some text in the field but you don't
care what it is, change the line

If Len(.Result) 0 And Left$(.Result, 3) "KLM" Then

to

If Len(.Result) = 0 Then

I don't understand how you connect this problem to sequential numbers.
If you're trying to generate a series of numbers within a single
document, use {SEQ} fields. If you want each document to have a unique
serial number, see
http://www.word.mvps.org/FAQs/MacrosVBA/NumberDocs.htm.

--
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.

On Mon, 8 May 2006 09:55:02 -0700, Katushka
wrote:

Can you refer me to a help source for the macro or sequential number
solution? Whichever you think is the easiest/best (unless they are no good
in the first place)!!

"Jay Freedman" wrote:

On Fri, 5 May 2006 10:58:01 -0700, Katushka
wrote:

Is it still impossible in MS Word 2003 to B require/B the
form-filler-outer to put an answer in a text box without having to write a
macro or do the sequential number deal?


That's correct. Nothing has changed in that regard for Word 2003..
Look for a new feature in Word 2007 that will remedy this and many
other problems with forms.

--
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.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Katushka
 
Posts: n/a
Default Text box as a required field

Thanks a million, Jay, I'll give it a try!
I don't know what I'm talking about with the Sequential stuff either. I
just read something about on another post...

"Jay Freedman" wrote:

Requiring the user to put something/anything in a field is a special
case of the technique called "validation". You can adapt the macro
shown at
http://www.word.mvps.org/FAQs/TblsFl...ateFFields.htm. If all
you want to check is that there's some text in the field but you don't
care what it is, change the line

If Len(.Result) 0 And Left$(.Result, 3) "KLM" Then

to

If Len(.Result) = 0 Then

I don't understand how you connect this problem to sequential numbers.
If you're trying to generate a series of numbers within a single
document, use {SEQ} fields. If you want each document to have a unique
serial number, see
http://www.word.mvps.org/FAQs/MacrosVBA/NumberDocs.htm.

--
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.

On Mon, 8 May 2006 09:55:02 -0700, Katushka
wrote:

Can you refer me to a help source for the macro or sequential number
solution? Whichever you think is the easiest/best (unless they are no good
in the first place)!!

"Jay Freedman" wrote:

On Fri, 5 May 2006 10:58:01 -0700, Katushka
wrote:

Is it still impossible in MS Word 2003 to B require/B the
form-filler-outer to put an answer in a text box without having to write a
macro or do the sequential number deal?

That's correct. Nothing has changed in that regard for Word 2003..
Look for a new feature in Word 2007 that will remedy this and many
other problems with forms.

--
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.


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Header with picture or text box Scott Page Layout 15 April 28th 23 02:52 AM
text form field and spaces phillip9 Microsoft Word Help 4 January 18th 06 11:54 PM
Enter text in a field and have it appear as entered elsewhere Gregory Winters Microsoft Word Help 6 November 1st 05 02:09 AM
help, problem with text field in word 2003 Salvatore Microsoft Word Help 1 January 21st 05 03:40 PM
Text Form Field Ref in Footer Won't Update on Screen StarWine Microsoft Word Help 3 December 6th 04 06:17 PM


All times are GMT +1. The time now is 02:13 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"