Recent content by jenciso

  1. J

    "CONTAINS" Command Help

    I have a table with a string(1000) Field (No Index) I need found a word inside ("NUCLEAR"), I try the next For each MyTABLE where MyTABLE.Field CONTAINS "Nuclear". Display MyTABLE.JobNum. END. Is not working, do i need to create a index? or what I'm doing wrong. Thank you for your help.
Top