This can only be done through a calculation field.
If you have SSfield (where the users are going to enter the SS)
You have to create a calculated field cSSfield that contains the following formula:
Left(SSfield, 3) & "-" & Middle(SSfield, 4,2) & "-" & Right(SSfield,4)
In...
Create a calculation field and concatenate both, address1 and address2 (address1 & " " & address2).
When entering in find mode, change layout and perform the search in the calculated field, not in address1 or address2
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.