What would the syntax be to If LEFT(zip,3) = 010 Then Len(zip-3)
http://msdn.microsoft.com/en-us/libr...ffice.14).aspx
Try this and see if it works, air code! IIf(Left("zip",3)="010",Len([zip])-3)
Forum Rules