A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Include Text field



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2004, 07:51 PM
Ricki Miles
external usenet poster
 
Posts: n/a
Default Include Text field

I am creating forms in Word. I would like the user to fill out the first
"major" form, and then I would like certain repeating data (such as name,
address) to automatically fill in several relating forms. I am planning to
make the forms by using protected form fields because I need to have on exit
macros for some of the form fields.

I tried using the Include Text field in the relating forms but it does not
seem to bring in the bookmarked form fields for the first form. Does this
field not work in form fields? Is there a better approach to creating
several related forms that share the same data?

TIA

Ricki Miles


  #2  
Old May 17th, 2004, 01:21 PM
Cindy M -WordMVP-
external usenet poster
 
Posts: n/a
Default Include Text field

Hi Ricki,

It works... but the IncludeText field may not be updating when you expect it
to.

See if calling this macro to the AutoOpen, AutoNew or an Enter or Exit
formfield action helps:

Sub UpdateFieldInBookmark()
ActiveDocument.Bookmarks( _
"Text1").range.Fields(1).Update
End Sub

Where you need to update Text1 to the name of the bookmark you're referencing
in the IncludeText field.

I am creating forms in Word. I would like the user to fill out the first
"major" form, and then I would like certain repeating data (such as name,
address) to automatically fill in several relating forms. I am planning to
make the forms by using protected form fields because I need to have on exit
macros for some of the form fields.

I tried using the Include Text field in the relating forms but it does not
seem to bring in the bookmarked form fields for the first form. Does this
field not work in form fields? Is there a better approach to creating
several related forms that share the same data?


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

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:58 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.