S
Steve
Hello all,
Here is something that's been bothering me, and hopefully
someone will be able to help:
I have a table (call it tblTC) with many records. One of
the fields is called TRs, and normally in that field you
can find a 10 character identifier of a TR, which
corresponds to a record ID in another table (call it
tblTR).
The problem is that some of the fields have been entered
in a wrong way: some contain more than one identifier,
separated by a comma. This means that one record in the
tblTC table can refer to many records in the tblTR table.
I want to have one tblTC record for each associated TRs,
so that I can link the two tables and not miss out info.
Does anyone have an idea of how to do this?
Many thanks in advance!
Steve
Here is something that's been bothering me, and hopefully
someone will be able to help:
I have a table (call it tblTC) with many records. One of
the fields is called TRs, and normally in that field you
can find a 10 character identifier of a TR, which
corresponds to a record ID in another table (call it
tblTR).
The problem is that some of the fields have been entered
in a wrong way: some contain more than one identifier,
separated by a comma. This means that one record in the
tblTC table can refer to many records in the tblTR table.
I want to have one tblTC record for each associated TRs,
so that I can link the two tables and not miss out info.
Does anyone have an idea of how to do this?
Many thanks in advance!
Steve