This is for a database that I have come into possesion of at work and now have responsibility of maintaining. Currently the data is entered and this data is added onto multiple graphs (in reports) that have the x-axis set to display the entire year (currently 2007). So as the year progresses, the graph lines progress until the end of the year is reached.
I now realize that coming up on 2008, I will need to manually go onto each graph and change the min and max parameters to 1/1/08 and 12/31/08 respectively. Apparently this is how it has been done in previous years. Not the hardest thing to change, but with in excess of 40 graphs, it will be slightly time consuming. I was wondering if there was some way to set the axis dates to automatically change each year to avoid having to manually change it year after year.
My only thought is to create a query to create dummy records for each day of the year and set this query to run for the current year. Then make a query to combine the real data and the dummy data grouped so I only have one entry for each day. Then I could put the graph axis min and max on auto. I'm not sure if this is the correct approach; it seems like there would be an easier way.
Thanks in advance for any help.
I now realize that coming up on 2008, I will need to manually go onto each graph and change the min and max parameters to 1/1/08 and 12/31/08 respectively. Apparently this is how it has been done in previous years. Not the hardest thing to change, but with in excess of 40 graphs, it will be slightly time consuming. I was wondering if there was some way to set the axis dates to automatically change each year to avoid having to manually change it year after year.
My only thought is to create a query to create dummy records for each day of the year and set this query to run for the current year. Then make a query to combine the real data and the dummy data grouped so I only have one entry for each day. Then I could put the graph axis min and max on auto. I'm not sure if this is the correct approach; it seems like there would be an easier way.
Thanks in advance for any help.