M
Mark
I'm trying to use bookmarks in a Word Document to
generate a form letter with Access data, like this:
WordObj.ActiveDocument.Bookmarks("ClsDate2").Select
Me![ClsDate].SetFocus
WordObj.Selection.TypeText [ClsDate].Text
How can I change the format in which the date is output,
e.g., 24 November 2004?
generate a form letter with Access data, like this:
WordObj.ActiveDocument.Bookmarks("ClsDate2").Select
Me![ClsDate].SetFocus
WordObj.Selection.TypeText [ClsDate].Text
How can I change the format in which the date is output,
e.g., 24 November 2004?