A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Joining data from different fields into one fieled



 
 
Thread Tools Display Modes
  #1  
Old October 2nd, 2009, 09:24 PM posted to microsoft.public.access.forms
Peter
external usenet poster
 
Posts: 962
Default Joining data from different fields into one fieled

How do I display data from three different fields in a table to one filed in
a form. This because I want to copy the “joined data string” and paste it in
an email …

Table A. Filed apples. Field oranges
Table B. Filed Bag

Result in one filed in a form should be: Apples / Oranges / Bag

Is this possible?

Thanks for all help and suggestions!

  #2  
Old October 2nd, 2009, 09:42 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Joining data from different fields into one fieled

Peter

Use a query and concatenate them...

By the way, unless you have a common field between your TableA and TableB,
how will you know which record in TableB belongs with which record in
TableA?

Regards

Jeff Boyce
Microsoft Access MVP

"Peter" wrote in message
...
How do I display data from three different fields in a table to one filed
in
a form. This because I want to copy the "joined data string" and paste it
in
an email .

Table A. Filed apples. Field oranges
Table B. Filed Bag

Result in one filed in a form should be: Apples / Oranges / Bag

Is this possible?

Thanks for all help and suggestions!



  #3  
Old October 2nd, 2009, 09:57 PM posted to microsoft.public.access.forms
Peter
external usenet poster
 
Posts: 962
Default Joining data from different fields into one fieled

Thanks Jeff..i will try this out..

Table A and Tale B are related by a join

Thanks again!

"Jeff Boyce" wrote:

Peter

Use a query and concatenate them...

By the way, unless you have a common field between your TableA and TableB,
how will you know which record in TableB belongs with which record in
TableA?

Regards

Jeff Boyce
Microsoft Access MVP

"Peter" wrote in message
...
How do I display data from three different fields in a table to one filed
in
a form. This because I want to copy the "joined data string" and paste it
in
an email .

Table A. Filed apples. Field oranges
Table B. Filed Bag

Result in one filed in a form should be: Apples / Oranges / Bag

Is this possible?

Thanks for all help and suggestions!




  #4  
Old October 3rd, 2009, 01:19 AM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Joining data from different fields into one fieled

On Fri, 2 Oct 2009 13:24:01 -0700, Peter
wrote:

How do I display data from three different fields in a table to one filed in
a form. This because I want to copy the joined data string and paste it in
an email

Table A. Filed apples. Field oranges
Table B. Filed Bag

Result in one filed in a form should be: Apples / Oranges / Bag

Is this possible?

Thanks for all help and suggestions!


Try the code at http://www.mvps.org/access/modules/mdl0004.htm

--

John W. Vinson [MVP]
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.