I need to run a qry to return data in a set date range. I then need to pass the results of the query into a cross-tab. Anyone know how to/of a good instructional site?
Rather than creating the crosstab on the table, create it on the query. If the query takes parameters, make sure that they are specifically defined. The crosstab query is picky about this.