J
Jon Tillman
Here is my problem:
1) I have two tables Table1 and Table2 where Table1 contains a Text
field of references to Primary Keys in Table2 in the form "5,6,8,9"
2) I have created a new table, Table3 to store this information properly
as columns "Table1ID" and "Table2ID"
How do I actually go about getting the Text string out of Table1 and
into Table3 as N number of records?
1) I have two tables Table1 and Table2 where Table1 contains a Text
field of references to Primary Keys in Table2 in the form "5,6,8,9"
2) I have created a new table, Table3 to store this information properly
as columns "Table1ID" and "Table2ID"
How do I actually go about getting the Text string out of Table1 and
into Table3 as N number of records?