Thread: [Solved] Referential integrity
View Single Post
 
Old 07-01-2009, 03:39 AM
Bird_FAT's Avatar
Bird_FAT Bird_FAT is offline Office 2007
Expert
 
Join Date: Apr 2009
Location: South East
Posts: 271
Bird_FAT is on a distinguished road
Default

You would need to use the Find and Replace feature to do this.

One thing to remember is that you will need to use spaces in you find string!
I.E.:

Find
1.1
Replace
1.5

will also effect 1.1.1 or 2.1.1, etc

so, instead try:

Find
1.1(SPACE)
Replace
1.5(SPACE)

to prevent this!

Open a copy of the document and have a play to see how it works!
Reply With Quote