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:
Thanks but the examples i found only scoped D&D within Access, i want to drag files across from explorer into Access environ. Or else need to find some code that will return filenames + paths for open instances of Word documents. Any ideas?