MS QUERY COL HEADINGS

  • Thread starter Thread starter don
  • Start date Start date
D

don

I have a query from Excel into a SQL2000 Database. I have some calculated
fields like datepart and also some combined fields.

The resultant query is retrieved without headings on calculated Columns.
Also using a field with AS statement does not work and after saving the
query and accessing again, the AS portion is gone.

Example: I enter: ihead.invoice_no AS 'Invoice',
save query, query returns column with heading of invoice_no.

Look at SQL again and it shows ihead.invoice_no ,

Just putting a space where the AS 'Invoice' was.

Probably a flag or setting, can't find in help, so asking group.

Thanks.

Don
 

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

Back
Top