I have a table named therapists with a field named modalities which contains a
comma delimited list of id #s. I need to loop through a list of modality id #s
and return results for each id #. Explanation - I need to find the
therapist(s) whose modality field contains the modality id in the list i am
looping through. Does that make sense?... In other words i need to search a
table for therapists who offer a certain modality (the therapists modalities
are stored as a comma delimited list in a field). Please help!
Posts: n/a