Hi,
Hopefully I can explain this properly..
I have two tables: NAME & DETAILS
NAME just contains a list of names e.g.
Bob
Dave
Mike
Steve
then DETAILS contains a field which may contain these names, although this could be anywhere in the field, and some of the data won't contain any of the names from the original table e.g.
Bob Johnson
Mark Dave Roberts
Mike
Steven
Philip [Don't want]
Chris [Don't want]
What I want to do is produce a select query which will pull back all of the entries from the DETAILS table where it contains one of the names (i.e the first four entries in the above example.
I'm sure ths must be possible somehow but I can't for the life of me think of a way to do it.
Any help would be much appreciated.
Thanks,
Don