I have a table,
ID Phonenums
--- ---------
123 1231231234
123 1231231234
123 1231231234
123 1231231234
123 1231231234
both text fields.
I need to update anouther table with the above data but I need the Phonenums in a single memo field in a single record. (Preferably with line feed between each number so they line up down the field.)
ID Memo_Phonenums
--- ---------
123 1231231234
1231231234
1231231234
1231231234
1231231234
124 2131231234
etc..
I tried a standard update with no success. Any ideas?
Thanks
Mike
ID Phonenums
--- ---------
123 1231231234
123 1231231234
123 1231231234
123 1231231234
123 1231231234
both text fields.
I need to update anouther table with the above data but I need the Phonenums in a single memo field in a single record. (Preferably with line feed between each number so they line up down the field.)
ID Memo_Phonenums
--- ---------
123 1231231234
1231231234
1231231234
1231231234
1231231234
124 2131231234
etc..
I tried a standard update with no success. Any ideas?
Thanks
Mike