save generated graph in OLE field

M

Mariebob

Hi,

I am generating a graph (msgraph8 class) from a query and want to save it in
a table.

I am trying to do it like this :

The graph is named graphique3 and the field in the table is defined as an
OLE object.

I update the recordsource of the graph with the query and then this code :

me.graphique3.requery

With rst_tbl_graph

.AddNew
.Fields("graph") = Me.Graphique3
.Update

End With

I then get error 438 "property or method unknown".

Can anybody help me ?

Thanks,
 

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