How to link interm query to a cross tab

uwponine

New member
Local time
Today, 09:44
Joined
Jun 19, 2008
Messages
5
Howdy,

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?

Thanks much.
 
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.
 

Users who are viewing this thread

Back
Top Bottom