W
Wendy
I have created a document in Word with bookmarks. I have
written the code to send the current record from form to
Word doc. Only three of the 20 items are inserted. I have
checked my spelling in the code and bookmarks and have
checked my refrences...is there something I am missing?
..ActiveDocument.Bookmarks("Expr1").Select
.Selection.Text = (CStr(Forms!frmTravel!Expr1))
.ActiveDocument.Bookmarks("HmFax").Select
.Selection.Text = (CStr(Forms!frmTravel!HmFax))
I am using Access and Word 2000. Thank you.
written the code to send the current record from form to
Word doc. Only three of the 20 items are inserted. I have
checked my spelling in the code and bookmarks and have
checked my refrences...is there something I am missing?
..ActiveDocument.Bookmarks("Expr1").Select
.Selection.Text = (CStr(Forms!frmTravel!Expr1))
.ActiveDocument.Bookmarks("HmFax").Select
.Selection.Text = (CStr(Forms!frmTravel!HmFax))
I am using Access and Word 2000. Thank you.