How to deal with embeded word object?

B

bruce

Hi, all:
I am now working on a quiz database, one of quiz type is choose
question. I want to add option tips one by one in a subform witch are
OLE type, but, I can't show them all at once unless use table
view(relative to form view?), and in table view, I can't set
objectframe's action property to "acOLECreateEmbed" for I want to edit
the content just in the control, not to open a new word window. Is
there some good solution for this dilemma?

'following codes failed when using table view!
With Me!OptNote
.Class = "Word.Document"
.OLETypeAllowed = acOLEEmbedded
.Action = acOLECreateEmbed ' this property cann't be
set
End With

Any suggestion is appreciated!
 

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