Hi,
I have done some searching and while there appears to be similar questions none quite get at what I am after.
I have a query which is created using a form that a user selects the criteria they need e.g., select a year and a couple of countries, which then creates a report that shows average, standard deviation, median etc. This is working fine, but what I need now is the ability for a user to select only particular fields to report on i.e., select a year, some countries and average and the report will only show the averages.
I could create multiple reports and have VBA select which report to open however that would mean creating about 35 reports for all the different combinations.
Is there a simpler way to achieve this? I cannot for the life of me work out a solution which works.
Dan
I have done some searching and while there appears to be similar questions none quite get at what I am after.
I have a query which is created using a form that a user selects the criteria they need e.g., select a year and a couple of countries, which then creates a report that shows average, standard deviation, median etc. This is working fine, but what I need now is the ability for a user to select only particular fields to report on i.e., select a year, some countries and average and the report will only show the averages.
I could create multiple reports and have VBA select which report to open however that would mean creating about 35 reports for all the different combinations.
Is there a simpler way to achieve this? I cannot for the life of me work out a solution which works.
Dan