Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Chameleon00

    Find text string in a field

    Hi Mike, Thanks for the thourgh explanation and the professionalism. It definately helps. Have a good one. :)
  2. Chameleon00

    Find text string in a field

    Hi Betty, Will this search for lower case words only, and what are the astericks for? Thanks.
  3. Chameleon00

    Find text string in a field

    Thanks and I like the quote...
  4. Chameleon00

    Find text string in a field

    Hello, Please check my syntax for errors. For some reason I am getting records that are older than todays date. Am I missing something here. Thanks for the expertise.. Date({CallLog.RecvdDate}) = CurrentDate and InStr ({CallLog.Calldesc}, 'capture') > 0 or InStr ({CallLog.Calldesc}, 'pin...
  5. Chameleon00

    Find text string in a field

    Pete, How's about if I want to add more words for the search. In this string, can I use double quotes? Why are you using single quotes? Thanks.
  6. Chameleon00

    Find text string in a field

    Hello, I have a field or record that I want to search for the word "capture". I also want to run the report for only the records of the day that contain "capture". Any record that has this word would show on the report, but if the record does not contain the word then the record is not shown on...

Part and Inventory Search

Back
Top