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!
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!