Editing a "text" OLE Object

mca2k4

Registered User.
Local time
Yesterday, 20:59
Joined
Jul 6, 2005
Messages
14
I currently have a form that has an OLE Object on it that was created by copy-and-pasting from a Microsoft Word document.

The problem is that it only allows me to edit the text when I double-click the Object in Design View. In normal Form view, double-clicking does nothing. Is there any way to change this?

Thanks.
 
when you pasting an OLE Object on a form, it's Enabled property is false.
so you must change the property to True in Design Viewin .
 
I pasted the text in design view.

The OLE object is not bound to any field in a table.

The problem is, it's a big bunch of text that I copy-and-pasted from a Word document into this OLE object. I want the user to be able to just double-click and be able to start editing text that way. Is there any way of going about this?
 

Users who are viewing this thread

Back
Top Bottom