TonyNursey
New member
- Local time
- Today, 15:25
- Joined
- Dec 21, 2021
- Messages
- 4
Help Please!!
I'm trying to populate a text field with a designated number from a precise naming convention.
An example of the formula I have been using is:
IIf(InStr([Name],"Prod Eng K.O")>0,"002","")
The problem I have is that if I have another task with the Name "Prod Eng K.O 2" then text field is also populated incorrectly with the designated number 002 because the string in the name field contains the character syntax the formula needs to see....
How can I change the formula to require an exact match to all characters contained within the Name field??
I'm trying to populate a text field with a designated number from a precise naming convention.
An example of the formula I have been using is:
IIf(InStr([Name],"Prod Eng K.O")>0,"002","")
The problem I have is that if I have another task with the Name "Prod Eng K.O 2" then text field is also populated incorrectly with the designated number 002 because the string in the name field contains the character syntax the formula needs to see....
How can I change the formula to require an exact match to all characters contained within the Name field??