Good afternoon everyone,
I am trying to write an if statement that will only capture a string if the string is in the following format: '76___-_____-___'" /
'S92___-_____-___'".
IIf([PART#] = '76___-_____-___'", "Yes", "No"
Is there a function I can use to get the results I want?
I sincerely appreciate the help.
I am trying to write an if statement that will only capture a string if the string is in the following format: '76___-_____-___'" /
'S92___-_____-___'".
IIf([PART#] = '76___-_____-___'", "Yes", "No"
Is there a function I can use to get the results I want?
I sincerely appreciate the help.