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!

Like Statement

Status
Not open for further replies.

strom99

MIS
Nov 28, 2000
126
US
I have the following:

= If Match(<Keyword> ,"CC:BEF") Then "BEF" Else If Match(<Keyword> ,"CC:HANDHELD") Then "HANDHELD" Else If Match(<Keyword> ,"CC:DBEF") Then "DBEF" Else If Match(<Keyword> ,"CC:ESR/DESR/DRPF") Then "ESR/DESR/DRPF"

Using BO 5.1.7

This variable works if the "CC:BEF" etc is at the start of the keyword field, it won't display the THEN if the CC:BEF falls anywhere else in the keyword field...how can I get this to work? Thanks Much!!
 
Can the values be null? Nulls stop any formula, unless you first test for IsNull(value)

[yinyang] Madawc Williams (East Anglia, UK) [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top