Continuous form data

Steven811

Registered User.
Local time
Today, 17:39
Joined
Apr 18, 2004
Messages
133
Hi

I have created mail merge code that works fine. However, one of the subforms (subform4) is a continous form and I 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
 

Users who are viewing this thread

Back
Top Bottom