Does anyone know is it possible to have a parameter in a query that is an array?
The background is that I want to do a crosstab query where the column headings are dates from a transactions table. As there are transactions going in every day, it would take forever to run the query normally so I want to be able to pass in a list of dates of variable length instead. If passing in an array is not possible any other suggestions would be appreciated. Thanks. Durkin
The background is that I want to do a crosstab query where the column headings are dates from a transactions table. As there are transactions going in every day, it would take forever to run the query normally so I want to be able to pass in a list of dates of variable length instead. If passing in an array is not possible any other suggestions would be appreciated. Thanks. Durkin