Hi All,
I have a table:
id1 fld1
----------------
1 hand
2 feet
3 leg
and second table is:
id2 fld2
-----------------
1 I have two hands
2 six feet under
3 last leg of his tour
4 nothing
5 these two go hand in hand
How can I get records of second table THAT CONTAIN text of 'table1.fld1' in
'table2.fld2' by using SQL-SELECT in VPF7. (There should be 4 resultant
records).
TIA
Kamran