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. newtothefield

    Converting Date

    I have a date: 2010-07-01 How can I get it to print as July 2010? Any help would be greatly appreciated. Thanks!!
  2. newtothefield

    Using the Like Operator in Crystal XI

    I am not returning any data using the formula I currently have? If I only type 'sus' for firstname and 'sing' for last name and I not returning any data? What am I doing wrong?
  3. newtothefield

    Using the Like Operator in Crystal XI

    That's how the parameter is printed in Crystal with the "@" in front of it. That didn't work. Thanks a bunch though!!
  4. newtothefield

    Using the Like Operator in Crystal XI

    I have 2 parameters that I am trying to use with the "like" operator. Below is my formula: {Command.firstname} like '*' + {?@firstname} + '*' and {Command.lastname} like '*' + {?@lastname} + '*' I want the individual to be able to type some letters of the first and last names? Please help me...

Part and Inventory Search

Back
Top