Chart Columncount issue

AdamD

New member
Local time
Tomorrow, 03:39
Joined
Apr 27, 2005
Messages
3
Hi All,

Great site, my first post.

My question relates to MS chart on an Access 2003 form. Firstly when I am in design mode on the form & click on the chart I can
manually change the Colomncount value via it properties. At run time I get the following errors;

Me.OLEObjectName.ColumnCount = 3 Gives Error: 2448 "You can't assign a value to this object" I have know problems changing the rowsource with Me.OLEObjectName.RowSource ="qryName"

Am I referencing the chart the wrong way? I have a reference to "Microsoft Graph 11.0 Ojbect Library"

I don't seem to have problems changing the visibility, rowsource etc for the chart, but I get errors chaning the the columncount.

Any help would be appreciated.

Cheers,
Adam.
 

Users who are viewing this thread

Back
Top Bottom