MS Query and Access Union Query

Neil-D

New Member
Joined
Dec 9, 2009
Messages
29
Newish to MS Access and struggling
I have an MS Access with several tables and I have created a Union query (union_Results) that combines them into 1 stacked query. I have then created a list query (qry_Results) that shows all the stacked results.
When I view it in MS Access it works fine, showing all the results OK.
When I go to MS Excel and try to import the query qry_Results in, it is not shown in the list of queries, tables.
All my other queries are there, just not qry_Results.
If I change the source of qry_Results to any other table/query then it appears.

What am I doing wrong?
Thanks in advance for any help.
 
Can you post the SQL code of your Union Query?

Do the columns you are returning in it all have the same name?
If not, you may want to try using Aliases to make sure that they all have the same name.
I wonder if they have different names, that is what is causing the issue, as it doesn't know how to refer to each column.

Just a guess...
Good point I hadn't thought of that. The structure is completely the same but the field name may be 'Date Closed' in one table and the other 'Completion Date' in another. I will change aliases so that they are all the same and see if that works. SQL below plus results from Union query and List query
 

Attachments

  • 2024-02-15_16-47-25.png
    2024-02-15_16-47-25.png
    12.8 KB · Views: 6
  • 2024-02-15_16-50-42.png
    2024-02-15_16-50-42.png
    97.3 KB · Views: 5
  • 2024-02-15_16-51-39.png
    2024-02-15_16-51-39.png
    89 KB · Views: 4
Upvote 0

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
It might not like that ".*" in the Select portion too, not sure.
However, if you are adding aliases, I suppose you will be replacing the ".*" with each field anyhow, so we will see how that turns out.
 
Upvote 0
It might not like that ".*" in the Select portion too, not sure.
However, if you are adding aliases, I suppose you will be replacing the ".*" with each field anyhow, so we will see how that turns out.
So, made sure all the field have the same aliases throughout each query and then created a union query asking for the aliases instead of *.
Works fine in Access showing stacked results but does not appear in list of queries in MS Query
 

Attachments

  • 2024-02-16_10-38-40.png
    2024-02-16_10-38-40.png
    41.1 KB · Views: 4
Upvote 0
OK, I am sorry. I guess that wasn't it then. Not really sure then.
 
Upvote 0
@Joe4 Sorry, not sure we have got to post #18 then? :(
What I am saying is that I already made those suggestions back in post 6 (with the exact same link), and they did not want to go the Make Table route (see their reply in post 7).
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top