A
Al Guerra
I did not design this. I have two tables, table A has a field "Link"
that is of type string and contains a unique 30 character string (700
hundred of them). Table B contains a unique 28 character identifier,
and a field that contains multiple 30 character unique identifers
(from table A) that are separated by a "semi-colon" in a field called
A_Links. How do I select all from table B that contains a unique
identifer from table A? As a separate record? Table B will have maybe
10-15 of the unique identifiers from table A. I would get lots of
records from table B that contain the same Table A unique field.
THANKS for any help!!!
that is of type string and contains a unique 30 character string (700
hundred of them). Table B contains a unique 28 character identifier,
and a field that contains multiple 30 character unique identifers
(from table A) that are separated by a "semi-colon" in a field called
A_Links. How do I select all from table B that contains a unique
identifer from table A? As a separate record? Table B will have maybe
10-15 of the unique identifiers from table A. I would get lots of
records from table B that contain the same Table A unique field.
THANKS for any help!!!