M motiv8td1 New member Local time Today, 18:18 Joined Apr 25, 2007 Messages 2 Apr 25, 2007 #1 I'm a total newbie in Access....is there a way to format a field in a table for a phone number so that when you put the info in it automatically puts the dashes in between the area code and such?
I'm a total newbie in Access....is there a way to format a field in a table for a phone number so that when you put the info in it automatically puts the dashes in between the area code and such?
pbaldy Wino Moderator Staff member Local time Today, 15:18 Joined Aug 30, 2003 Messages 36,157 Apr 25, 2007 #2 Look at the Input Mask property.
B BrettStah Registered User. Local time Today, 17:18 Joined Apr 15, 2007 Messages 49 Apr 25, 2007 #3 Here's an example of using the Format property to do it for a U.S. phone number: @@@-@@-@@@@ You would use an input mask to restrict the type of characters that could be inputted (to prevent the use of letters, for example).
Here's an example of using the Format property to do it for a U.S. phone number: @@@-@@-@@@@ You would use an input mask to restrict the type of characters that could be inputted (to prevent the use of letters, for example).
M motiv8td1 New member Local time Today, 18:18 Joined Apr 25, 2007 Messages 2 Apr 25, 2007 #4 Thank you both, worked perfectly!!! Joy