PDA

Click to See Complete Forum and Search --> : Displaying Word files in OLE Control/RichTextBox Control


aksdvksngr
Dec 28th, 2006, 09:20 AM
I have stored MS Word files as embedded objects in an MS Access database, using the database field data type as OLE object. I have to use them as embedded objects and not as links or icons.

I want to open these files programmatically using ADO in code or ADODC control, display them in an OLE or RichTextBox control on a VB Form, work on them and then resave the modified files back in the Access database to their previous location.

How can I accomplish this? Please help!