contractor
Having Fun With Access
- Local time
- Today, 04:27
- Joined
- Apr 12, 2012
- Messages
- 47
Hello to all,
I want to copy the file stored on a attachment field (.jpg), so i can use it on a Word document as a picture.
I've tried it with bookmarks but no success,
' 'Paste the photo.
.ActiveDocument.Bookmarks("EidPhoto").Select
.Selection.Text = GetPath & "\RE EIDPicture\" & OwnerFullName & "_eid.jpg"
then i only get the path of the file,
Is there a control that i have to use?
Thanks for helping,
I want to copy the file stored on a attachment field (.jpg), so i can use it on a Word document as a picture.
I've tried it with bookmarks but no success,
' 'Paste the photo.
.ActiveDocument.Bookmarks("EidPhoto").Select
.Selection.Text = GetPath & "\RE EIDPicture\" & OwnerFullName & "_eid.jpg"
then i only get the path of the file,
Is there a control that i have to use?
Thanks for helping,