The Input Mask Wizard is a feature of Microsoft Access that helps you create an input mask.
An input mask allows you to specify exactly how data should be entered into the database. It’s an expression that specifies certain rules about how the data should be formatted as it is entered into the system.
Here’s an example of an input mask:
(999) 000-0000
This specifies the format that a phone number must be entered. The number 9 indicates an optional character. The number 0 specifies a mandatory one. So in this example, the area code is optional.


