I need to take the following fields...
id, string, and parse the string into a new table as follows:
Table1
id1 string1
----- -------
1234 123,456,789
into
Table 2
id2 string2
---- -------
1234 123
1234 456
1234 789
I am using DAO in Access 97. Please help! Thanks.
id, string, and parse the string into a new table as follows:
Table1
id1 string1
----- -------
1234 123,456,789
into
Table 2
id2 string2
---- -------
1234 123
1234 456
1234 789
I am using DAO in Access 97. Please help! Thanks.