Include all cells in a column/field in a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I query all cells or the whole column of a field in a table into one
cell? I will then export the newly created table for use in a Word merge.
 
Thanks

KARL DEWEY said:
Duane Hookom has a good solution --
Generic Concatenate function found at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane

If you are using the ADO code, try change the "*" to "%".
=Concatenate("SELECT Email FROM ConcatenateEmailsTable WHERE LIKE
'%.com' ")

--
Duane Hookom
MS Access MVP

Or just copy the datasheet field and paste special, Unformated Text in Word.

[QUOTE="dlz"]
How do I query all cells or the whole column of a field in a table into one
cell? I will then export the newly created table for use in a Word merge.[/QUOTE][/QUOTE]
 

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