I have an MSAccess database and have generated some queries, which I have formatted nicely into reports. Now I want to generate a Word document, inserting the formatted report. I used bookmarks and the WordObj.ActiveDocument.TypeText command to insert several other fields. Can I use a bookmark to show where I want the report inserted, and if so, what command do I use? If not, is there another way to do this programmatically?