Hi Woody - look up Input Mask in the help files. Here is some of the Help
Text - but there is a lot more and many examples.
You can use the InputMask property to create an input mask (sometimes called
a "field template") that uses literal display characters to control how data
is entered in a field or control. For example, the following input mask
requires that all phone number entries contain exactly enough digits to make
up a U.S. area code and telephone number, and that only numbers can be
entered in each blank. You just fill in the blanks.
An input mask is used in fields (in tables and queries) and in text boxes
and combo boxes (in forms) to format data and provide some control over what
values can be entered. The InputMask property setting consists of literal
characters (such as spaces, dots, dashes, and parentheses) along with special
characters that determine the kind of value that can be entered into the
blank in that position. Input masks are primarily used in Text and Date/Time
fields, but can also be used in Number or Currency fields.
You can set the InputMask property in Design view of a table, query, or
form. In most cases, you'll want to set the property for the field in table
Design view. This way, the input mask is automatically applied to the field
in query Design view and to controls on a form or report bound to that field
(as long as you create the control after setting the property in table Design
view). In certain cases, however, you may want to set the property in query
Design view or form Design view. For example, you might want to omit the
input mask in a table but include it in a text box. Also, if you're using an
unbound control, you'll need to set the InputMask property in form Design
view.
Hope this helps - good luck in learning Access, I have spent the last 3
years at it and have really enjoyed it. Yours - Dika