Notice that the DoCmd.GoToRecord statement created by the Access wizard is now buried in code that reads the Word document. The statement that copies the Word text to the Access form textbox is:
~~~~~~~~~~~~~~~~~~~~~~~~~
Me.AboutText = Selection.Text
~~~~~~~~~~~~~~~~~~~~~~~~~

