ROBERTSACHS
8 years agoQrew Cadet
Combine two text fields line by line
I want to combine text from two fields on a line by line basis.
I have two multiline text fields, call them "Dates" and "Alpha".
"Dates" is a column of dates, formatted "MM/DD/YYYY"
"Alpha" is a column of alphanumerics, formatted "CC YYYY nnnnnnnnn" (where there are a variable number of n's).
The fields always have the same number of rows.
example
Dates:
01/01/2001
02/22/2010
03/13/1999
Alpha
CA 2000 1234567
MU 1999 1234567
TX 2001 1234567
What I want is a final text field that looks like this:
CA 2000 1234567 01/01/2001
MU 1999 1234567 02/22/2010
TX 2001 1234567 03/13/1999
Once the final text field is created, I want to delete the source fields from the table.
The database already has 1500 records, so I don't want to risk loss of data unless I know this will work.
Thanks
I have two multiline text fields, call them "Dates" and "Alpha".
"Dates" is a column of dates, formatted "MM/DD/YYYY"
"Alpha" is a column of alphanumerics, formatted "CC YYYY nnnnnnnnn" (where there are a variable number of n's).
The fields always have the same number of rows.
example
Dates:
01/01/2001
02/22/2010
03/13/1999
Alpha
CA 2000 1234567
MU 1999 1234567
TX 2001 1234567
What I want is a final text field that looks like this:
CA 2000 1234567 01/01/2001
MU 1999 1234567 02/22/2010
TX 2001 1234567 03/13/1999
Once the final text field is created, I want to delete the source fields from the table.
The database already has 1500 records, so I don't want to risk loss of data unless I know this will work.
Thanks