Write a VBA function that opens 2 records:
- the source table, with the concatenated field;
- the target table that you want to add records to.
Use the Split() function to parse the elements into an array.
Loop through the array elements from LBound to Ubound.
For each one, use AddNew and Update to add the records to the target table.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"A. Singh" <A.
(E-Mail Removed)> wrote in message
news:A26DC0A8-B324-4DA8-80E5-(E-Mail Removed)...
>I have an Access 2003 DB where one of the columns contains multiple names
> (10-15), seperated by special seperators that look like rectangular boxes.
>
> I want to sperate each name so that each appears in individual row/column
> alongside.
>
> Kindly help.
>
> Thanks,
>
> A. Singh