I am trying to use the following formula within a query:
Ultimately, I am trying to create a case hit that shows that the accountnumber is numeric and is 10 numbers long. I continue to get a Data Match error. I want to count the number of characters in my AccountNumber. Any ideas?
Thanks
Code:
IIf(IsNumeric([AccountNumber]),IIf(Len([AccountNumber]=10),"1","0"),"0")
Ultimately, I am trying to create a case hit that shows that the accountnumber is numeric and is 10 numbers long. I continue to get a Data Match error. I want to count the number of characters in my AccountNumber. Any ideas?
Thanks