word document in access forms!

M

mf_sina

Hi!
I have a simple MS Access question. Is it possible in access to have a word
document opened?
i can use the hyperlink to open a word document from access but it just runs
MS ord separately but i need to see my word document opened from within a
form in MS access like an OLE object control.
Could someone plz tell me how can i do that thing?
Regards...
 
T

tina

the only way i know to do it (in A2003, anyway), is to create an OLE data
type field in a table. then 1) open the Word doc, highlight and copy part or
all of the text, or 2) open Windows Explorer, navigate to the doc, select
it, and copy it; then open the table in Access, and paste into the OLE
field. bind the table to a form, add an OLE Bound Object Frame control, and
set the ControlSource to the OLE field. you won't see the contents in design
view, but in form view the document will show. the default setting to
activate the control is Double-Click, so in form view you can double click
on the OLE control and edit the contents directly.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top