Brian_Calnan
Technical User
Hi,
I have a VFP table which has a field named SD_CODE. Some of the records on the table contain the word "RAP" in SD_CODE. I want to filter for the records that contain "RAP".
I tried this:
SET FILTER TO SD_CODE CONTAIN "RAP"
but I'm getting an "unrecognized phrase/keyword" error.
Can anyone tell me the correct syntax?
I have a VFP table which has a field named SD_CODE. Some of the records on the table contain the word "RAP" in SD_CODE. I want to filter for the records that contain "RAP".
I tried this:
SET FILTER TO SD_CODE CONTAIN "RAP"
but I'm getting an "unrecognized phrase/keyword" error.
Can anyone tell me the correct syntax?