accessaspire219
Registered User.
- Local time
- Today, 11:20
- Joined
- Jan 16, 2009
- Messages
- 126
I have a query built on top of a crosstab query. The query that feeds data to the crosstab query contains data for various months/quarters/years- new month/quarter/year will be added each month. In order to keep up with the newly added month/quarter/year I modified the SQL of the query on top of (after) the cross tab query to read SELECT MyCrossTabQuery1.*, etc
Now there are certain columns from this crosstab query(essentially coming from the query that feeds to the crosstab query) which I do not want to show in the query after the crosstab query.
Is there a way I can specify which columns to exclude from the query when using the SELECT QueryName.*, method?
Thanks.
Now there are certain columns from this crosstab query(essentially coming from the query that feeds to the crosstab query) which I do not want to show in the query after the crosstab query.
Is there a way I can specify which columns to exclude from the query when using the SELECT QueryName.*, method?
Thanks.