input masks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I enter an input mask that does the following:
the user's input is checked so that the filed will not allow null values.
 
Better to use a validation rule, or just set the Required property of the
field.

Open you table in design view.
Select the field.
In the Lower pane, set the Required property to Yes.

If this is an unbound text box on a form, set the Validation Rule to:
Is Not Null
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Input masks 4
Input masks 1
How do I use the letter 'L' in an input mask? 1
Input Mask - Date and Time 7
Input Mask in tables 2
General Date Input Mask 1
Input Mask Default Value 3
Input Mask 1

Back
Top