Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Uaex in microsoft.public.fox.vfp.queriessql
Author: glene77is
Date: Dec 4, 2007 01:22
On Dec 3, 5:41 pm, sh...@uaex.edu wrote: Example Tmem has one record that has a memo field has 1019x1y2 1019x1y3 1019x1y4 csrindex="1019x1y3" I'm trying to select those records from another table that has "1019x1y3" if found in the memo field: Select myfield,csrindex from myTable where ( csrindex IN ( Select myMemo from TMem ) ) into cursor foundit ...
|