creating a field "String" from multiple records

pam0566

Registered User.
Local time
Today, 02:34
Joined
Jun 6, 2008
Messages
132
I have a database (Cnpr 2003.mdb) and inside a table "Table1" and a field in that table "Email_Addr". I have a list of names and email addresses. i am trying to create a field that merges all of the records "email addresses" into 1 string separated by a ";". (so i can email via outlook to a list of people from my database). I have played with the code, but have been unsucessful. it has been 4 years since i have done any of this and it has completely escaped me!!! Any help?
 
You have posted this in three forums it is very annoying and does not encourage others to help you

Brian
 
I think that you have deleted the thread I answered the question in :D

To concatenated strings use &

String1 & ";" & string2

Brian
 

Users who are viewing this thread

Back
Top Bottom