Joining data from different fields into one fieled

P

Peter

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!
 
J

Jeff Boyce

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
 
P

Peter

Thanks Jeff..i will try this out..

Table A and Tale B are related by a join

Thanks again!
 
J

John W. Vinson

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
 

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

Top