Fields on a form merging to Word

harrisw

Registered User.
Local time
Today, 10:26
Joined
Mar 27, 2001
Messages
131
Trying to merge a field on a form to a word document using
.ActiveDocument.Bookmarks("fieldname").Select
.Selection.Text = (CStr(Forms![frmMain]![subfrmMainCompetitor].Form![fieldname]))

The field in question is a combo box and all that is being merged to the word doc is the bound column number and not the field contents.

Any ideas?
 

Users who are viewing this thread

Back
Top Bottom