If I understand correctly, in your database you have 1 row per task. And each task may have multiple people assigned to it? Like this:Task Names1 John John, John Jay, John Blue2 Jim John, John Blue, Jim Jim, Paul Revere3 John Jay, Jim Jim, John Blue
If that is the case thenSelect Task From TableWhere Names Like '%John Jay%'
Will bring back 2 records with Task 1 and 3.Is that right? I'm not sure if that is the best way to store your data.JBelthoff• Hosts Station is a Professional Asp Hosting Provider› As far as myself... I do this for fun!