RichardOneil
MIS
Hi-
I have created VB code that successfully pulls data from my data source and I have created a list view where I can see it. Now I need to put that data into a form I have created. It would work fine if I selected one person at a time, but I need to do print one form for each person in the recordset. When I run it now, all of people show up on one form.
I am using the following to send the data to the form:
"Word.ActiveDocument.Bookmarks("Name").Range.Text = rs!Name"
I have also tried to setup a mail merge and that was not successful either. However, that is not saying much, because I am very new to VB and am not sure that I set up the mail merge correctly.
I am so close to finishing this, any help, suggestions would be greatly appreciated. Thanks
I have created VB code that successfully pulls data from my data source and I have created a list view where I can see it. Now I need to put that data into a form I have created. It would work fine if I selected one person at a time, but I need to do print one form for each person in the recordset. When I run it now, all of people show up on one form.
I am using the following to send the data to the form:
"Word.ActiveDocument.Bookmarks("Name").Range.Text = rs!Name"
I have also tried to setup a mail merge and that was not successful either. However, that is not saying much, because I am very new to VB and am not sure that I set up the mail merge correctly.
I am so close to finishing this, any help, suggestions would be greatly appreciated. Thanks