I would like to combine multiple crosstab queries and queries (i.e. eight crosstab queries) into one query. In order to test this approach, I tried to combine two crosstab queries into one query using the following SQL code
Code: Select all
SELECT *
From [qryBCTMemorabiliaResponsesCrossTabQuery] UNION SELECT * FROM [qryBingoResponsesCrossTabQuery];
So instead, I retested this approach using two queries with the same number of columns and the SQL code is attached below: -
Code: Select all
SELECT *
FROM [qryGeneralSponsorshipResponsesCrossTabQuery] UNION SELECT * FROM [qryAnyOtherVolunteerAreasResponses];
The crosstab queries and queries which I want to combine are the following: -
qryBCTMemorabiliaResponsesCrossTabQuery
qryBingoResponsesCrossTabQuery
qryCarRaffleResponsesCrossTabQuery
qryEntertainmentResponsesCrossTabQuery
qryGeneralSponsorshipResponsesCrossTabQuery
qryLifelongLearningCrossQueryTab
qryAnyOtherVolunteerAreasResponses
qryAnyOtherIdeasResponses
The OneDrive weblink is attached below:-
https://1drv.ms/f/s!AtOdPG-IN8CYgcV-YYl ... Q?e=8rzhXD