Hi
I have created mail merge code that works fine. However, one of the subforms (subform4) is a continous form and I now wish to print all of the records from the active subform.
These are date related notes associated with the subform3 record set
The code for identifying the current field is as follows
[.ActiveDocument.Bookmarks("Comments").Select
.Selection.Text = (CStr(Me!subform1.Form!subform2.Form!subform3.Form!subform4.Form!Comments))]
How do I modify the code to identify all of the records with data so that I can export it for a mail merge.
Thanks
Steven811
I have created mail merge code that works fine. However, one of the subforms (subform4) is a continous form and I now wish to print all of the records from the active subform.
These are date related notes associated with the subform3 record set
The code for identifying the current field is as follows
[.ActiveDocument.Bookmarks("Comments").Select
.Selection.Text = (CStr(Me!subform1.Form!subform2.Form!subform3.Form!subform4.Form!Comments))]
How do I modify the code to identify all of the records with data so that I can export it for a mail merge.
Thanks
Steven811