Hello
I am using Excel 2002 linking to an Access 2002 database.
Thanks largely to Skip, I've been successful in developing a template that filters on Department and MonthEnding. The graphs developed to date have all been the same data (% sick time, % overtime and budget) but filtered for the different departments. All the graphs are based on named ranges using the offset function to handle the filter changes.
Now I want to produce graphs specific to each department but one graph might not be for another. For instance, for obstetrics I want to show c-section rate but that won't be applicable for other departments so I only want it to show when obstetrics department is selected. How is it best to deal with this i.e. how to make a graph visible or not depending on department? Because I want to format and place on the page correctly, would it make sense to have multiple graphs on top of one another and make their properties visible or not depending on department? If so, how would I do that?
I realize this may include VBA but wanted to start here before moving to the VBA forum. Thanks.
I am using Excel 2002 linking to an Access 2002 database.
Thanks largely to Skip, I've been successful in developing a template that filters on Department and MonthEnding. The graphs developed to date have all been the same data (% sick time, % overtime and budget) but filtered for the different departments. All the graphs are based on named ranges using the offset function to handle the filter changes.
Now I want to produce graphs specific to each department but one graph might not be for another. For instance, for obstetrics I want to show c-section rate but that won't be applicable for other departments so I only want it to show when obstetrics department is selected. How is it best to deal with this i.e. how to make a graph visible or not depending on department? Because I want to format and place on the page correctly, would it make sense to have multiple graphs on top of one another and make their properties visible or not depending on department? If so, how would I do that?
I realize this may include VBA but wanted to start here before moving to the VBA forum. Thanks.