Access query

  • Thread starter Thread starter yohann
  • Start date Start date
Y

yohann

Sorry for my bad english

I have an access database in english and i have to give
report back on excel to my headoffice in Paris.
I have some queries on access already defined
Is there a mean to define somme equivalences like
summer = ete(french translation)
and then use an index(match,...)
Thank you a lot

Yohann
..
 
I'm not sure I understand. Do you want to use aliases for your column
names, for example:

SELECT
Name AS Nom, Price As Prix,
Quantity AS Quantite, Tally As Controle
FROM
MyTable
 

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