I have a query that i'm putting together and I can get it to work well without filtering... but I want it to filter.
The query (for a report) currently have had 'rank' group by and then 'rank' count, this part counts the number of members in the organisation at each rank which is what I want it to do. The issue is, rather than pulling the whole organisation, I also want to be able to filter it at a 'brigade' level.
The brigade filter is linked to a combo box on the form, so when a brigade is chosen and the user clicks the button, a report is shown up with all ranks in the brigade with the number of members at each rank.