I have a graph embedded on a form which was created with the Wizard.
I have a number of controls on the form to allow the user to define the RowSource for the Graph.
I have a button on the form that runs code to set the Graph’s Rowsource to what the User defined.
So far, all is well…
When this code fires off, I am trying to programmatically modify the Graph’s Title as well.
The Problem occurs only the first time I try to pull this off. I am told that Access is, “Unable to Set the HasTitle Property of the Chart Class.”
If I hit the ‘End’ button, the Rowsource stuff works, but the Title stuff fails. Hitting the command button a second time invariably works fine! And so do any subsequent changes to the RowSource. Every time I make a change, everything works fine after it fails once.
Anyone got any ideas?
Thanks,
Rich Powers