Is there anyway to populate a word template from a continuous form?
Currently, only one record from the continuous form appears in the word template, which is the the record that has the focus.
I'm using this code
.ActiveDocument.Bookmarks("BookmarkOne").Select
.Selection.Text...