PC Review


Reply
Thread Tools Rate Thread

Adding text in seperate coulumns to be joined in a single column

 
 
Mark909
Guest
Posts: n/a
 
      4th Nov 2008
I want to add the contents of several columns containing text together to
create all single column with all the text from each row combined.

In excel the query would be:

=CONCATENATE(A2,B2,B3,B4)

How do you do this in Access?
 
Reply With Quote
 
 
 
 
Rob Parker
Guest
Posts: n/a
 
      4th Nov 2008
NewField: [A2] & [B2] & [B3] & [B4]

Rob


Mark909 wrote:
> I want to add the contents of several columns containing text
> together to create all single column with all the text from each row
> combined.
>
> In excel the query would be:
>
> =CONCATENATE(A2,B2,B3,B4)
>
> How do you do this in Access?



 
Reply With Quote
 
S Panja
Guest
Posts: n/a
 
      4th Nov 2008
[A2]&", "&[B2]&", "&[B3]&" and "&[B4]
--
http://panjas.org
http://www.linkedin.com/in/spanja

If the reply is helpful or is the answer, click Yes next to
Was this post helpful to you?
and / or
Did this post answer the question?


"Mark909" wrote:

> I want to add the contents of several columns containing text together to
> create all single column with all the text from each row combined.
>
> In excel the query would be:
>
> =CONCATENATE(A2,B2,B3,B4)
>
> How do you do this in Access?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
create a single date column from seperate month, day and year colu UGAJohn Microsoft Access Queries 3 21st Jan 2010 06:10 AM
Combine seperate rows into single column Will Microsoft Excel Misc 1 11th Feb 2009 03:11 PM
Adding text in a single column jackel Microsoft Excel Worksheet Functions 5 23rd Feb 2008 02:47 AM
how to save a single column as a seperate file =?Utf-8?B?Z3JjNDY=?= Microsoft Excel Misc 2 20th May 2007 07:35 PM
Adding a Single Cell total from Seperate sheets GccTxs Microsoft Excel Worksheet Functions 3 3rd Oct 2005 11:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:54 AM.