Column Alias in MS Query

D

Diana

MS Query doesn't recognize column aliases. Is there any trick to it

Most of my queries are nested and have aliases, which means that they are not compatible with MS Query

Thank yo
diana
 
O

onedaywhen

...
MS Query doesn't recognize column aliases. Is there any trick to it?
Most of my queries are nested and have aliases, which means
that they are not compatible with MS Query.

Check whether the following applies:

Microsoft Knowledge Base Article - 298955
XL: Using a Field Alias in Query Does Not Work with Some Third-Party
Databases
http://support.microsoft.com/default.aspx?scid=kb;en-us;298955

Otherwise, it sounds like you may need to re-write your SQL. I
recently posted some northwind queries (MS Access) which use aliases
and the queries work in MS Query:

http://groups.google.com/[email protected]

Better still, re-write as stored procedures on the server (use many
aliases as you like!) and use MS Query to call the procedure and pass
any parameters required.

--
 
D

Diana

Thank you so much! I can't stress enough how much your suggestions helped me, the first article more precisely
~Dian

PS. As far as storing procedures, etc, unfortunately I have a read only access to the server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top