D
Dirt Bike
I have a chart on an Access 2002 form that displays data from a table.
The Source is SELECT [Month - Year],Sum([SalesCY]) AS [Current],
Sum([SalesPY]) AS [Prior] FROM [ChartThis] GROUP BY [Month - Year];
The name of the Chart Control is OLEUnbound8 of MSGraph.Chart.8 with update
options set to Automatic
I have linked Child and Master on CustomerName
I have messed with tab order and who gets focus first but nothing seems to
stick a fix.
Like I said in the subject sometimes the chart changes as I cycle through
the records and sometimes it doesn't change. If I go into development mode
and change something like Size mode from Clip to Stretch the chart come alive
again.
Any help woulfd be greatly appreciated as the Boss is anxious to get a final
product.
The Source is SELECT [Month - Year],Sum([SalesCY]) AS [Current],
Sum([SalesPY]) AS [Prior] FROM [ChartThis] GROUP BY [Month - Year];
The name of the Chart Control is OLEUnbound8 of MSGraph.Chart.8 with update
options set to Automatic
I have linked Child and Master on CustomerName
I have messed with tab order and who gets focus first but nothing seems to
stick a fix.
Like I said in the subject sometimes the chart changes as I cycle through
the records and sometimes it doesn't change. If I go into development mode
and change something like Size mode from Clip to Stretch the chart come alive
again.
Any help woulfd be greatly appreciated as the Boss is anxious to get a final
product.