I have gone through Beacons tutorial on how to add images to a database.
I have it all working as he describes.
What I would like to do, is to be able to add MS Word documents to a database.
I added this code to the common dialog code in Beacons tutorial:
Which lets me select a .doc file, but when I try to save it I get the error:vb Code:
.Filter = "Picture Files (*.doc, *.gif, *.jpg) |*.doc; *.gif; *.jpg"
Unable to bind to field or DataMember: 'Picture'
Picture is the name of the field that stores the actual image.
Has anybody done this with a word document before?




Reply With Quote