How to SELECT fields values from a table as cocatenated string

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Shalash,

Create a query and go to Sql view and type:

SELECT Field1 & Field2 AS myStr FROM Table1

the symbol & is used for this purpose
 

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