This is an extension of an earlier post I had about my query not reading the values in my form. I solved the problem by removing the parameters line, but now my crosstab query (and the report chart based on it) will not work and gives me the "Jet database does not recognize '[Forms]![Customer Form 1]![Start] as a valid field name or expression". The solution to that is to add a parameters line to the query, but as stated earlier this makes the query return no records when it is run from the form.
If you were wondering my goal is that one of our departments needs to be able to search between two dates for an unknown number of customer records and then put them on a chart showing the total numbers of customers per month broken down by (i.e. pivoted on) country.
If you were wondering my goal is that one of our departments needs to be able to search between two dates for an unknown number of customer records and then put them on a chart showing the total numbers of customers per month broken down by (i.e. pivoted on) country.