MS Query drops column aliases on certain queries

S

Steff

I am having trouble with a particular query using MS Query to access an
SQL server database.

The query works OK, but the alias columns are dropped and the original
column headings are used instead.

Column aliases work fine for other queries I have created with the same
system, but this one includes multiple joins, one outer join and
calculations.

Is there any point in me persevering with this, or should I just resort
to stored procedures? Is it the outer join, the calculations (or both)
that MS Query doesn't like?

Suggestions greatly appreciated!
 

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