Windows7: Version: CRXI / Experienced user but has been awhile since I have worked on reports.
I have been trying to create a formula that would search a memo field for part of a word "weapon" and then return a value of "W". The word "WEAPON" may be entered in either uppercase or lowercase in the memo field.
I tried: If InStr ({CAS_ActionEntity.ActionEntityNote}, 'WEAPON') > 0 then "W"
This brings back the desired results but only if the search word is in upper case. I would like to include those have have been entered in lower case also.
I also tried a number of other variations with lowercase to include those records that may have been entered in lower case but the formulas have not worked. I searched the forum and tried the posts that best fit what I was looking to do with no success.
Any suggestions would be greatly appreciated. Thanks.
Bill
I have been trying to create a formula that would search a memo field for part of a word "weapon" and then return a value of "W". The word "WEAPON" may be entered in either uppercase or lowercase in the memo field.
I tried: If InStr ({CAS_ActionEntity.ActionEntityNote}, 'WEAPON') > 0 then "W"
This brings back the desired results but only if the search word is in upper case. I would like to include those have have been entered in lower case also.
I also tried a number of other variations with lowercase to include those records that may have been entered in lower case but the formulas have not worked. I searched the forum and tried the posts that best fit what I was looking to do with no success.
Any suggestions would be greatly appreciated. Thanks.
Bill