G
Guest
I have a table like
ID,Temp1, Temp2, .. Temp100
I want to present this as a trend curve in a chart, but it seems like i have
to make a temporary table like
ID, Temp
with 100 records to solve my problem, and then make a chart/trend curve of
this.
Is there any easyer way to do this
1. Directly
2. Indirectly via Query
3. Indirectly via VisualBasic code, temporary table etc.
ID,Temp1, Temp2, .. Temp100
I want to present this as a trend curve in a chart, but it seems like i have
to make a temporary table like
ID, Temp
with 100 records to solve my problem, and then make a chart/trend curve of
this.
Is there any easyer way to do this
1. Directly
2. Indirectly via Query
3. Indirectly via VisualBasic code, temporary table etc.