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