Inserting a .doc file into RTB control

luapnotro

New member
Local time
Today, 00:55
Joined
Feb 3, 2006
Messages
8
I know how to do this but in practice it doesn't seem to work if the Word doc contains images. Is there a way round this or is there perhaps another control available to Access VBA coders which will make it possible to insert .doc files with embedded images?

Many thanks!
 
You should not store files within your db. Just store the path to the file if the file will need to be opened or printed.
 
ghudson said:
You should not store files within your db. Just store the path to the file if the file will need to be opened or printed.

I'm sorry but my question wasn't about storing the file into a db - it was how to get around the problems of inserting a Word file containing images into a rich text box control or similar.

Thanks.
 

Users who are viewing this thread

Back
Top Bottom