Im trying to use Access 2000 to insert a small .bmp picture into a Word bookmark, text is OK using:
.ActiveDocument.Bookmarks("Bookmark1").Select
.selection.Text = txtBM
Can i use something similar to insert a picture file?
Trying to write code to return the path & filename of open instances of word documents from within Access 2000 without resorting to API calls. Any help much apprecaited, really stuck on this one :confused: