Trying to merge a field on a form to a word document using
.ActiveDocument.Bookmarks("percentaccount").Select
.Selection.Text = (CStr(Forms![freedeliver]![child86]))
The field in question is a subform. I just get an error message. I want to know if there is any way to merge the information form the subform. I do not have any problems merging the information from the form
Any ideas?
.ActiveDocument.Bookmarks("percentaccount").Select
.Selection.Text = (CStr(Forms![freedeliver]![child86]))
The field in question is a subform. I just get an error message. I want to know if there is any way to merge the information form the subform. I do not have any problems merging the information from the form
Any ideas?