Let say I have a field with peoples names. I want to to search by any part of the name. Is there a wild card or somthing to do this in vfp.
"John M Lastname"
If I only know the first part of his last name "Last" how would I write a command to find him.
locate for name = "*Last*" ??
Thanks