J
Janne
I want to Preview a Mailmerge (Access 2000/Word 2000)
Have code like this:
Set wordApp = CreateObject("Word.Application")
With wordApp
.Visible = True
.Documents.Open filename:="c:\BlaBla\Avisering.dot"
.ActiveDocument.Bookmarks("Name").Select
.Selection.Text = Me.Avisering.Column(4, OID)
Have code like this:
Set wordApp = CreateObject("Word.Application")
With wordApp
.Visible = True
.Documents.Open filename:="c:\BlaBla\Avisering.dot"
.ActiveDocument.Bookmarks("Name").Select
.Selection.Text = Me.Avisering.Column(4, OID)