ACC: Input Mask Wizard Not Available with All DataTypes

Last reviewed: May 7, 1997
Article ID: Q113882
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0, 7.0, 97

SYMPTOMS

Novice: Requires knowledge of the user interface on single-user computers.

When you try to invoke the Input Mask Wizard, you may receive the following error message:

   The Input Mask Wizard only works with Text or Date/Time fields.

CAUSE

You can use the Input Mask Wizard with Text and Date/Time data types, but you cannot use it with Memo, Number, Currency, Counter, Yes/No, or OLE Object data types.

The Microsoft Access Help Index topic, "Wizards, Input Mask Wizard," in Microsoft Access 7.0 and 97, or the Help Index topic, "InputMask Property" and "Adding an Input Mask" in Microsoft Access 2.0 and 1.x do not identify which data types will work with the Input Mask Wizard.

RESOLUTION

If you cannot use the Input Mask Wizard, enter the input mask manually in the InputMask property.

STATUS

This behavior is by design.

MORE INFORMATION

The Input Mask Wizard is invoked by clicking the Build button to the right of the InputMask property. The InputMask property applies to table fields, query fields, and text box controls on forms and reports. You can use the Input Mask Wizard with Text and Date/Time data types, and, in forms and reports, you can use it with unbound text box controls. Trying to use the Input Mask Wizard with all other data types will produce the error message mentioned earlier in this article.

Steps to Reproduce Behavior

  1. Open the sample database Northwind.mdb (or NWIND.MDB in versions 1.x and 2.0).

  2. Open the Employees form in Design view.

  3. Select the EmployeeID text box control (or Employee ID in versions 1.x and 2.0).

  4. If the property sheet is not open, on the View menu click Properties.

  5. In the Property window, click the InputMask field on the Data tab (under Data Properties in versions 1.x and 2.0.)

  6. Click the Build button to invoke the Input Mask Wizard.


Additional query words: builders wizards
Keywords : kberrmsg kbusage WzOthr
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 7, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.