J
jared5
Guest
A few questions regarding graphing in Access...
How do I change the recordsource for a chart so that the y-axis becomes the category axis and numerous fields can
be plotted against this y-axis?
In Excel graphing what I am trying to graph is simple (XY Scatterplot Chart), for each series the x-axis and y-axis can easily be chosen...But in Access I can not figure out
how it works. Is there a way in Access to manually program several series to graph..where you can separately
choose the x-axis and y-axis of several series and then plot them all on the same graph?
I want to graph various data versus depth in the ground...so I want depth on the y-axis and several fields plotted against depth (on a line graph)
I could plot one set of data versus depth using SQL: SELECT Data1, Depth ...but I need to be able to plot many sets of data versus the depth.
I haven't figured out how to rotate the chart either...but have been able to plot a bar graph with several sets of data plotted on the x-axis versus depth on the y-axis...but haven't been able to switch this to a line graph while still keeping the y-axis as the category axis.
I've also attempted to insert an unbound object as an excel chart. This way I can choose the data like I would in excel (in which case it is easy to graph what I am attempting to do in access). But I haven't had any success in selecting data from a query for the x and y axis rowsources.
I was hoping there was a way to graph in Access using VBA coding. I haven't had much success in finding information on this topic. Using a macro recorder in Excel I have viewed the code that excel used to create the desired chart. ..but when programming with VBA in Access, things such as .charttype are not recognized.
Anyone have any ideas? Thanks.
How do I change the recordsource for a chart so that the y-axis becomes the category axis and numerous fields can
be plotted against this y-axis?
In Excel graphing what I am trying to graph is simple (XY Scatterplot Chart), for each series the x-axis and y-axis can easily be chosen...But in Access I can not figure out
how it works. Is there a way in Access to manually program several series to graph..where you can separately
choose the x-axis and y-axis of several series and then plot them all on the same graph?
I want to graph various data versus depth in the ground...so I want depth on the y-axis and several fields plotted against depth (on a line graph)
I could plot one set of data versus depth using SQL: SELECT Data1, Depth ...but I need to be able to plot many sets of data versus the depth.
I haven't figured out how to rotate the chart either...but have been able to plot a bar graph with several sets of data plotted on the x-axis versus depth on the y-axis...but haven't been able to switch this to a line graph while still keeping the y-axis as the category axis.
I've also attempted to insert an unbound object as an excel chart. This way I can choose the data like I would in excel (in which case it is easy to graph what I am attempting to do in access). But I haven't had any success in selecting data from a query for the x and y axis rowsources.
I was hoping there was a way to graph in Access using VBA coding. I haven't had much success in finding information on this topic. Using a macro recorder in Excel I have viewed the code that excel used to create the desired chart. ..but when programming with VBA in Access, things such as .charttype are not recognized.
Anyone have any ideas? Thanks.