In a Microsoft Access database, you can create an input mask in Design view of a table, query, or form.
Create an input mask for a field in table Design view
Click the Build button next to the InputMask property box to start the Input Mask
Wizard, and then follow the instructions in the wizard dialog boxes.
Type the input mask definition. For more information on defining the input mask, click the InputMask property box and press F1. You must type the input mask definition manually for Number and Currency fields.
Create an input mask for a field in query Design view
Click the Build button next to the InputMask property to start the Input Mask
Wizard, and then follow the instructions in the wizard dialog boxes.
Type the input mask definition. For more information on defining the input mask, click the InputMask property box and press F1. You must type the input mask definition manually for Number and Currency fields.
Create an input mask for a control on a form
- Open a form in Design view.
- Select a text box or a combo box, and then click Properties
on the toolbar to open the control's property sheet.
- In the Input Mask property box, do one of the following:
Type the input mask definition.
In a Microsoft Access database (.mdb), click the Build button
in the Input Mask property box to start the Input Mask Wizard, and then follow the instructions in the wizard dialog boxes.