Hi, I am having some difficuly trying to find the easiest way of producing charts from my data in Access.
Initially, I created pivotcharts in Access, only to find that getting these into reports was a little tricky, and I found the charts behave slightly differently to Excel (need exactly the same format for my reports).....this caused me to abandon this idea. I also want to keep the charts simple so anyone can go in and add to them etc....as can easily be done in Excel.
Therefore, my second attempt was to export results of queries to Excel (great....everyone can use Excel around here) using the macro command TransferSpreadsheet. This put the results of a query into an Excel sheet...lets call it MonthlyTestYield. On Sheet 1, I then set up a nice chart showing my monthly yields. Well....until the next time I exported the data from Access to Excel when I found the chart had lost its links!!!
. This might be ok for one chart, but I have several!
My current work around is to write visual basic code that will sift through the relevent data from the imported sheets and place it in sheet 2 in a consistent formet, from which the charts will automatically update to the latest data. This works beautifully on one chart I tried, but I will have to write a lot of visual basic code to complete the project, and it doesn't offer flexibility should we wish to make additions or changes.
Being relatively new to Access, am I going about this all the wrong way? I'm sure I can't be alone here and I wondered if somone could kindly share any other perspectives on this.
Initially, I created pivotcharts in Access, only to find that getting these into reports was a little tricky, and I found the charts behave slightly differently to Excel (need exactly the same format for my reports).....this caused me to abandon this idea. I also want to keep the charts simple so anyone can go in and add to them etc....as can easily be done in Excel.
Therefore, my second attempt was to export results of queries to Excel (great....everyone can use Excel around here) using the macro command TransferSpreadsheet. This put the results of a query into an Excel sheet...lets call it MonthlyTestYield. On Sheet 1, I then set up a nice chart showing my monthly yields. Well....until the next time I exported the data from Access to Excel when I found the chart had lost its links!!!

My current work around is to write visual basic code that will sift through the relevent data from the imported sheets and place it in sheet 2 in a consistent formet, from which the charts will automatically update to the latest data. This works beautifully on one chart I tried, but I will have to write a lot of visual basic code to complete the project, and it doesn't offer flexibility should we wish to make additions or changes.
Being relatively new to Access, am I going about this all the wrong way? I'm sure I can't be alone here and I wondered if somone could kindly share any other perspectives on this.