So i've been going over this problem now for a day and some and I think i've been going about this the wrong way.
Would it be easier to do something like:
Code:
If Me.PNBox.Value <> "Person Name" Then
ActiveDocument.Range.InsertParagraphAfter
ActiveDocument.Range.InsertAfter Me.PNBox.Value & ", " & Me.DABox.Value & ", " & Me.TABox.Value
End If
Would that insert those fields at the bottom of the exitsting page? and if so I could just do that for each field I want to add