Question: Hello! I am having issues in MS Access.. It is stating with the below code I have Syntax error in union query. Any help is

Hello! I am having issues in MS Access.. It is stating with the below code I have "Syntax error in union query". Any help is appreciated!
(SELECT
[Date],
[Category],
[CategoryDescription],
[ItemNumber],
[ItemDescription],
[County],
[Sales])
From [Iowa_Liquor_Sales_52216]
ORDER BY [Date];
UNION ALL
(SELECT
[Date],
[Category],
[CategoryDescription],
[ItemNumber],
[ItemDescription],
[County],
[Sales])
From [Iowa_Liquor_Sales_52306]
ORDER BY [Date];
UNION ALL
(SELECT
[Date],
[Category],
[CategoryDescription],
[ItemNumber],
[ItemDescription],
[County],
[Sales])
From [Iowa_Liquor_Sales_52337]
ORDER BY [Date];
UNION ALL
(SELECT
[Date],
[Category],
[CategoryDescription],
[ItemNumber],
[ItemDescription],
[County],
[Sales])
From [Iowa_Liquor_Sales_52358]
ORDER BY [Date];
UNION ALL
(SELECT
[Date],
[Category],
[CategoryDescription],
[ItemNumber],
[ItemDescription],
[County],
[Sales])
From [Iowa_Liquor_Sales_52747]
ORDER BY [Date];
UNION ALL
(SELECT
[Date],
[Category],
[CategoryDescription],
[ItemNumber],
[ItemDescription],
[County],
[Sales])
From [Iowa_Liquor_Sales_52772]
ORDER BY [Date];

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!