Forum Discussion
RogerBreton
Oct 17, 2019Copper Contributor
Plotting spectral data in Access
My table has the following structure: FieldName Value nm380 1.23 nm390 2.67 nm400 3.87 nm410 3.45 ... nm710 1.45...
tsgiannis
Oct 17, 2019Iron Contributor
RogerBreton What exactly you mean "plotting"
If actual plotting is required...then
Either use a chart to host the data
or a Report/Form and the Line Control to make some kind of pseudo chart
RogerBreton
Oct 17, 2019Copper Contributor
tsgiannis Yes, of course, I used a "Chart" control.