Click to See Complete Forum and Search --> : how to make two diferentt graphs from the same data table


gsalgado
July 27th, 2005, 01:01 AM
Hi all,

Im using a table in a DB (Access) called EXAM. this table has two fields called DATA and TYPE. There are 5 types of data. I need to use a graph for each data type, so 5 graphs. But, when i change the SELECT EXPERT to choose a kind of it, all graphs change at time and the same graph appear in the 5 charts. How to take each data group separetely to draw it in each chart using the same table???

EXAM:

DATA TYPE
3,1 typeI ------------
3,2 typeI
6,9 typeI first data group to first chart
7,0 typeI ------------
5,1 typeII ------------
8,2 typeII
21,9 typeII second data group to second chart
8 typeII ------------
2,4 typeIII ------------
18,5 typeIII
22,7 typeIII third group to third chart
32 typeIII ------------
. .
. .
. . etc until fifth group to fifth chart


Thanks for all.