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 for a specific letter

Status
Not open for further replies.

tomed

Programmer
Apr 1, 2002
64
US
I have a field that contains an alpha-numeric value that I want to search. I need to search the entire field for the letter Q. Then if it is found I will print that record to the report.

Does anyone know of a good way to do this? I know I could do it in a loop, but I figured someone out there might know a more efficient way.
 
In your record selection formula, use the following:

Instr({fieldname},"Q")>0 Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top