Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
dgold82 dgold82 is offline
external usenet poster
 
Posts: 22
Default Cross-Reference to inside a Table

I am making a form and cross referencing is working fine for me except to
fields within a table. I have to right click and click "update field" for it
to work.

Why is Word auto updating everywhere else in the document except within the
tables? How can I fix this?

Thanks!
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
dgold82 dgold82 is offline
external usenet poster
 
Posts: 22
Default Cross-Reference to inside a Table

I found a solution in a macro that I have the form field run on exit. Below
is the code:

Sub UpdateAllFields()

Dim aStory As Range
Dim aField As Field

For Each aStory In ActiveDocument.StoryRanges
For Each aField In aStory.Fields
aField.Update
Next aField
Next aStory

End Sub



"dgold82" wrote:

I am making a form and cross referencing is working fine for me except to
fields within a table. I have to right click and click "update field" for it
to work.

Why is Word auto updating everywhere else in the document except within the
tables? How can I fix this?

Thanks!

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
Table of contents and caption cross-reference Bivragh Microsoft Word Help 1 March 10th 08 01:20 PM
How to use cross reference for in table equation Jade Page Layout 4 January 29th 08 08:48 AM
cross reference table captions TatRockville Microsoft Word Help 1 September 24th 07 08:12 AM
reference no inside text box doesn't appear in cross referencing Khoshravan Microsoft Word Help 5 July 31st 06 02:27 PM
SEQ Field not in cross-reference reference type pull-down menu The Josh Microsoft Word Help 5 May 25th 05 02:27 PM


All times are GMT +1. The time now is 09:39 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"