Hi Everyone,
Please forgive me – I’m a novice to Access and would like to ask for a bit of help with my charts. Any advice would be greatly appreciated.
I’ve created a customer complaint database. I need to display three different charts, each with a different query for the record source. Each query includes a parameter, which prompts the user to enter the start date and end date. Right now I’ve created three separate forms to achieve these charts. My goal is to create one form/report to display all three charts. These are the three queries:
qryCategoryAnalysis – counts the total number of complaints received for each complaint category within given date range.
qryFacilityAnalysis – counts the total number of complaints received for each manufacture facility within given date range.
qryFacilityAnalysis2 – counts the total number of complaints received per category for given manufacture facility, within given date range. This one involves a second parameter, which prompts the user to enter the name of the desired manufacture facility.
The three forms that include the separate charts are all included on the switchboard: frmCategoryAnalysis2, frmFacilityAnalysis, frmComplaintAnalysisByFacility
It seems that it should be fairly simple to combine the first two charts into one form or report. The problem is, when I do that, the parameter query pops up twice, so the user has to enter start date and end date twice each. I know there’s a way to create the prompt via a control box, rather in each separate query, but I can’t figure out how to.
Another feature I would like to add is for the chart to display the given date range at the top.
Finally, for the third chart, I’d love to display the category totals for each manufacture facility on the same chart. This would eliminate the second prompt box and make it easier for the user to compare the category totals for each manufacture facility. This is far beyond my knowledge and I don’t even know where to start. If this isn’t possible, perhaps there is a way to display the name of the given manufacture facility at the top of the chart.
Thanks in advance,
Leanne
Please forgive me – I’m a novice to Access and would like to ask for a bit of help with my charts. Any advice would be greatly appreciated.
I’ve created a customer complaint database. I need to display three different charts, each with a different query for the record source. Each query includes a parameter, which prompts the user to enter the start date and end date. Right now I’ve created three separate forms to achieve these charts. My goal is to create one form/report to display all three charts. These are the three queries:
qryCategoryAnalysis – counts the total number of complaints received for each complaint category within given date range.
qryFacilityAnalysis – counts the total number of complaints received for each manufacture facility within given date range.
qryFacilityAnalysis2 – counts the total number of complaints received per category for given manufacture facility, within given date range. This one involves a second parameter, which prompts the user to enter the name of the desired manufacture facility.
The three forms that include the separate charts are all included on the switchboard: frmCategoryAnalysis2, frmFacilityAnalysis, frmComplaintAnalysisByFacility
It seems that it should be fairly simple to combine the first two charts into one form or report. The problem is, when I do that, the parameter query pops up twice, so the user has to enter start date and end date twice each. I know there’s a way to create the prompt via a control box, rather in each separate query, but I can’t figure out how to.
Another feature I would like to add is for the chart to display the given date range at the top.
Finally, for the third chart, I’d love to display the category totals for each manufacture facility on the same chart. This would eliminate the second prompt box and make it easier for the user to compare the category totals for each manufacture facility. This is far beyond my knowledge and I don’t even know where to start. If this isn’t possible, perhaps there is a way to display the name of the given manufacture facility at the top of the chart.
Thanks in advance,
Leanne