philippevans
IS-IT--Management
Opening a Word Document and filling it with data from an Access Form : reffering to faq702-2379
this part is giving me a compiling error.
.ActiveDocument.Bookmarks("<bookmark name>".Select
.Selection.Text=(Cstr(Forms!<form name>!<field
name>))
.ActiveDocument.Bookmarks.Add Name:=<bookmark name>,
How can I solve this ?
this part is giving me a compiling error.
.ActiveDocument.Bookmarks("<bookmark name>".Select
.Selection.Text=(Cstr(Forms!<form name>!<field
name>))
.ActiveDocument.Bookmarks.Add Name:=<bookmark name>,
How can I solve this ?