Question : Excel-like stock chart in access

Hi,

In Excel you have the stock chart graph, which shows high-low-close or more info in one chart (see example in attachment)
Is it possible to use this chart on an Access form or report, based on values in a table or query? If so, how?
A live example would be nice... I'm using Office 2003

Ozzy

Answer : Excel-like stock chart in access

Access uses MS-Graph, which is entirely compatible with Excel (it's basically the charting features of Excel as an OLE server).

Try the following:

* Transfer your table to Access, with the five columns in the right order, data types date and four times currency;

* create a form or report;

* choose {Insert | Chart...} from the menu;

* progress through one or two steps of the wizard until you can use [End];

* adjust the chart object.

The wizard will have create some strange looking query as source for the chart. Your really want to use your straight table as source, so you will change this property of the chart object:

    Source:
Random Solutions  
 
programming4us programming4us