word document in access forms!

  • Thread starter Thread starter mf_sina
  • Start date Start date
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...
 
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
 
Back
Top