There's a better way to skin the cat...
In my search for an answer to the above post, I found a better way to merge Access data into a Word document.
Initially, I changed the above code to... On Error Resume Next
With WordApp.Selection
.GoTo what:=wdGoToBookMark, Name:="Full Name"
If...