Combine 3 text fields into 1 (1 Viewer)

Knivag

New member
Local time
Tomorrow, 00:05
Joined
Nov 30, 2005
Messages
8
Hi all,

I have been given the task of cleaning up an old db. One thing I'd like to do is combine 3 text fields into 1 new field.
In the old db there was a form that included 3 memo text boxes, when the first one was full the user then started using the second and then the third. The relating Table fields are message, overflow message & overflow message extended.

I'd like to combine the fields into 1 and then design a new form to suit so that the memo text in the new db goes into 1 field only.
 

mhartman

Dr. Data
Local time
Today, 07:05
Joined
Jun 5, 2006
Messages
442
Hello:

You need to concatenate the fields in query. Please see my enclosed example: Open the query qryFields
Regards
Mark
 

Attachments

  • Test.zip
    9.3 KB · Views: 248

Knivag

New member
Local time
Tomorrow, 00:05
Joined
Nov 30, 2005
Messages
8
Thanks Mark, That worked a treat
 

Users who are viewing this thread

Top Bottom