fmsteve Posted August 8, 2007 Posted August 8, 2007 I have a field for a phone number that I would like to be formatted for easy viewing. ie; (111) 222-3333 without actually using those characters in the field as this field needs have JUST the digits. The formatting would be for display purposes only while the data is JUST the ten digit phone number. Any ideas? TIA, Steve
MarkWilson Posted August 8, 2007 Posted August 8, 2007 Steve, Your can find some phone custom functions at Brian Dunning's site. Use one of the functions in a calculation field, entry disabled, over the phone field.
Lee Smith Posted August 8, 2007 Posted August 8, 2007 Take a look at Database Pros and search for Phone Format Lee
fmsteve Posted August 8, 2007 Author Posted August 8, 2007 Thanks, I will check that out. What I have done for now is to use two fields. One contains just the ten digits the 2nd field is a calc field that does this: "(" & Left ( PhoneTestRaw ; 3) & ")" & Middle ( PhoneTestRaw; 4; 3) & "-" & Middle ( PhoneTestRaw; 7; 4) Does the function that you recommend utilize just one field? That would be preferred. AGain, thanks for the SUPER FAST reply!! Steve
Lee Smith Posted August 8, 2007 Posted August 8, 2007 You can use the "Option" for the field, and use Auto Enter, be sure to Deselect the "Do not replace existing values in Field (if Any). HTH Lee
Recommended Posts
This topic is 6317 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now